GoogleCloudAiplatformV1DistillationDataStats class
Statistics computed for datasets used for distillation.
Constructors
- GoogleCloudAiplatformV1DistillationDataStats({GoogleCloudAiplatformV1DatasetStats? trainingDatasetStats})
- GoogleCloudAiplatformV1DistillationDataStats.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trainingDatasetStats ↔ GoogleCloudAiplatformV1DatasetStats?
-
Statistics computed for the training dataset.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited