GoogleCloudAiplatformV1ModelDataStats class
Stats of data used for train or evaluate the Model.
Constructors
- GoogleCloudAiplatformV1ModelDataStats({String? testAnnotationsCount, String? testDataItemsCount, String? trainingAnnotationsCount, String? trainingDataItemsCount, String? validationAnnotationsCount, String? validationDataItemsCount})
- GoogleCloudAiplatformV1ModelDataStats.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
- testAnnotationsCount ↔ String?
-
Number of Annotations that are used for evaluating this Model.
getter/setter pair
- testDataItemsCount ↔ String?
-
Number of DataItems that were used for evaluating this Model.
getter/setter pair
- trainingAnnotationsCount ↔ String?
-
Number of Annotations that are used for training this Model.
getter/setter pair
- trainingDataItemsCount ↔ String?
-
Number of DataItems that were used for training this Model.
getter/setter pair
- validationAnnotationsCount ↔ String?
-
Number of Annotations that are used for validating this Model during
training.
getter/setter pair
- validationDataItemsCount ↔ String?
-
Number of DataItems that were used for validating this Model during
training.
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