GoogleCloudAiplatformV1ModelEvaluationSlice class
A collection of metrics calculated by comparing Model's predictions on a slice of the test data against ground truth annotations.
Constructors
- GoogleCloudAiplatformV1ModelEvaluationSlice({String? createTime, Object? metrics, String? metricsSchemaUri, GoogleCloudAiplatformV1ModelExplanation? modelExplanation, String? name, GoogleCloudAiplatformV1ModelEvaluationSliceSlice? slice})
- GoogleCloudAiplatformV1ModelEvaluationSlice.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this ModelEvaluationSlice was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metrics ↔ Object?
-
Sliced evaluation metrics of the Model.
getter/setter pair
- metricsSchemaUri ↔ String?
-
Points to a YAML file stored on Google Cloud Storage describing the
metrics of this ModelEvaluationSlice.
getter/setter pair
- modelExplanation ↔ GoogleCloudAiplatformV1ModelExplanation?
-
Aggregated explanation metrics for the Model's prediction output over the
data this ModelEvaluation uses.
getter/setter pair
- name ↔ String?
-
The resource name of the ModelEvaluationSlice.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slice ↔ GoogleCloudAiplatformV1ModelEvaluationSliceSlice?
-
The slice of the test data that is used to evaluate the Model.
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