public interface ModelEvaluationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelEvaluation.BiasConfig |
getBiasConfigs()
Specify the configuration for bias detection.
|
ModelEvaluation.BiasConfigOrBuilder |
getBiasConfigsOrBuilder()
Specify the configuration for bias detection.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
The display name of the ModelEvaluation.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the ModelEvaluation.
|
ModelEvaluation.ModelEvaluationExplanationSpec |
getExplanationSpecs(int index)
Describes the values of
[ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are
used for explaining the predicted values on the evaluated data.
|
int |
getExplanationSpecsCount()
Describes the values of
[ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are
used for explaining the predicted values on the evaluated data.
|
List<ModelEvaluation.ModelEvaluationExplanationSpec> |
getExplanationSpecsList()
Describes the values of
[ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are
used for explaining the predicted values on the evaluated data.
|
ModelEvaluation.ModelEvaluationExplanationSpecOrBuilder |
getExplanationSpecsOrBuilder(int index)
Describes the values of
[ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are
used for explaining the predicted values on the evaluated data.
|
List<? extends ModelEvaluation.ModelEvaluationExplanationSpecOrBuilder> |
getExplanationSpecsOrBuilderList()
Describes the values of
[ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are
used for explaining the predicted values on the evaluated data.
|
com.google.protobuf.Value |
getMetadata()
The metadata of the ModelEvaluation.
|
com.google.protobuf.ValueOrBuilder |
getMetadataOrBuilder()
The metadata of the ModelEvaluation.
|
com.google.protobuf.Value |
getMetrics()
Evaluation metrics of the Model.
|
com.google.protobuf.ValueOrBuilder |
getMetricsOrBuilder()
Evaluation metrics of the Model.
|
String |
getMetricsSchemaUri()
Points to a YAML file stored on Google Cloud Storage describing the
[metrics][google.cloud.aiplatform.v1beta1.ModelEvaluation.metrics] of this
ModelEvaluation.
|
com.google.protobuf.ByteString |
getMetricsSchemaUriBytes()
Points to a YAML file stored on Google Cloud Storage describing the
[metrics][google.cloud.aiplatform.v1beta1.ModelEvaluation.metrics] of this
ModelEvaluation.
|
ModelExplanation |
getModelExplanation()
Aggregated explanation metrics for the Model's prediction output over the
data this ModelEvaluation uses.
|
ModelExplanationOrBuilder |
getModelExplanationOrBuilder()
Aggregated explanation metrics for the Model's prediction output over the
data this ModelEvaluation uses.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getSliceDimensions(int index)
All possible
[dimensions][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.dimension]
of ModelEvaluationSlices.
|
com.google.protobuf.ByteString |
getSliceDimensionsBytes(int index)
All possible
[dimensions][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.dimension]
of ModelEvaluationSlices.
|
int |
getSliceDimensionsCount()
All possible
[dimensions][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.dimension]
of ModelEvaluationSlices.
|
List<String> |
getSliceDimensionsList()
All possible
[dimensions][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.dimension]
of ModelEvaluationSlices.
|
boolean |
hasBiasConfigs()
Specify the configuration for bias detection.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasMetadata()
The metadata of the ModelEvaluation.
|
boolean |
hasMetrics()
Evaluation metrics of the Model.
|
boolean |
hasModelExplanation()
Aggregated explanation metrics for the Model's prediction output over the
data this ModelEvaluation uses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The resource name of the ModelEvaluation.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The resource name of the ModelEvaluation.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDisplayName()
The display name of the ModelEvaluation.
string display_name = 10;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the ModelEvaluation.
string display_name = 10;String getMetricsSchemaUri()
Points to a YAML file stored on Google Cloud Storage describing the [metrics][google.cloud.aiplatform.v1beta1.ModelEvaluation.metrics] of this ModelEvaluation. The schema is defined as an OpenAPI 3.0.2 [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
string metrics_schema_uri = 2;com.google.protobuf.ByteString getMetricsSchemaUriBytes()
Points to a YAML file stored on Google Cloud Storage describing the [metrics][google.cloud.aiplatform.v1beta1.ModelEvaluation.metrics] of this ModelEvaluation. The schema is defined as an OpenAPI 3.0.2 [Schema Object](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md#schemaObject).
string metrics_schema_uri = 2;boolean hasMetrics()
Evaluation metrics of the Model. The schema of the metrics is stored in [metrics_schema_uri][google.cloud.aiplatform.v1beta1.ModelEvaluation.metrics_schema_uri]
.google.protobuf.Value metrics = 3;com.google.protobuf.Value getMetrics()
Evaluation metrics of the Model. The schema of the metrics is stored in [metrics_schema_uri][google.cloud.aiplatform.v1beta1.ModelEvaluation.metrics_schema_uri]
.google.protobuf.Value metrics = 3;com.google.protobuf.ValueOrBuilder getMetricsOrBuilder()
Evaluation metrics of the Model. The schema of the metrics is stored in [metrics_schema_uri][google.cloud.aiplatform.v1beta1.ModelEvaluation.metrics_schema_uri]
.google.protobuf.Value metrics = 3;boolean hasCreateTime()
Output only. Timestamp when this ModelEvaluation was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this ModelEvaluation was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this ModelEvaluation was created.
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<String> getSliceDimensionsList()
All possible [dimensions][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.dimension] of ModelEvaluationSlices. The dimensions can be used as the filter of the [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluationSlices] request, in the form of `slice.dimension = <dimension>`.
repeated string slice_dimensions = 5;int getSliceDimensionsCount()
All possible [dimensions][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.dimension] of ModelEvaluationSlices. The dimensions can be used as the filter of the [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluationSlices] request, in the form of `slice.dimension = <dimension>`.
repeated string slice_dimensions = 5;String getSliceDimensions(int index)
All possible [dimensions][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.dimension] of ModelEvaluationSlices. The dimensions can be used as the filter of the [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluationSlices] request, in the form of `slice.dimension = <dimension>`.
repeated string slice_dimensions = 5;index - The index of the element to return.com.google.protobuf.ByteString getSliceDimensionsBytes(int index)
All possible [dimensions][google.cloud.aiplatform.v1beta1.ModelEvaluationSlice.Slice.dimension] of ModelEvaluationSlices. The dimensions can be used as the filter of the [ModelService.ListModelEvaluationSlices][google.cloud.aiplatform.v1beta1.ModelService.ListModelEvaluationSlices] request, in the form of `slice.dimension = <dimension>`.
repeated string slice_dimensions = 5;index - The index of the value to return.boolean hasModelExplanation()
Aggregated explanation metrics for the Model's prediction output over the data this ModelEvaluation uses. This field is populated only if the Model is evaluated with explanations, and only for AutoML tabular Models.
.google.cloud.aiplatform.v1beta1.ModelExplanation model_explanation = 8;ModelExplanation getModelExplanation()
Aggregated explanation metrics for the Model's prediction output over the data this ModelEvaluation uses. This field is populated only if the Model is evaluated with explanations, and only for AutoML tabular Models.
.google.cloud.aiplatform.v1beta1.ModelExplanation model_explanation = 8;ModelExplanationOrBuilder getModelExplanationOrBuilder()
Aggregated explanation metrics for the Model's prediction output over the data this ModelEvaluation uses. This field is populated only if the Model is evaluated with explanations, and only for AutoML tabular Models.
.google.cloud.aiplatform.v1beta1.ModelExplanation model_explanation = 8;List<ModelEvaluation.ModelEvaluationExplanationSpec> getExplanationSpecsList()
Describes the values of [ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are used for explaining the predicted values on the evaluated data.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluation.ModelEvaluationExplanationSpec explanation_specs = 9;
ModelEvaluation.ModelEvaluationExplanationSpec getExplanationSpecs(int index)
Describes the values of [ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are used for explaining the predicted values on the evaluated data.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluation.ModelEvaluationExplanationSpec explanation_specs = 9;
int getExplanationSpecsCount()
Describes the values of [ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are used for explaining the predicted values on the evaluated data.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluation.ModelEvaluationExplanationSpec explanation_specs = 9;
List<? extends ModelEvaluation.ModelEvaluationExplanationSpecOrBuilder> getExplanationSpecsOrBuilderList()
Describes the values of [ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are used for explaining the predicted values on the evaluated data.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluation.ModelEvaluationExplanationSpec explanation_specs = 9;
ModelEvaluation.ModelEvaluationExplanationSpecOrBuilder getExplanationSpecsOrBuilder(int index)
Describes the values of [ExplanationSpec][google.cloud.aiplatform.v1beta1.ExplanationSpec] that are used for explaining the predicted values on the evaluated data.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluation.ModelEvaluationExplanationSpec explanation_specs = 9;
boolean hasMetadata()
The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from Managed Pipeline, metadata contains a structured value with keys of "pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path", "row_based_metrics_path".
.google.protobuf.Value metadata = 11;com.google.protobuf.Value getMetadata()
The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from Managed Pipeline, metadata contains a structured value with keys of "pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path", "row_based_metrics_path".
.google.protobuf.Value metadata = 11;com.google.protobuf.ValueOrBuilder getMetadataOrBuilder()
The metadata of the ModelEvaluation. For the ModelEvaluation uploaded from Managed Pipeline, metadata contains a structured value with keys of "pipeline_job_id", "evaluation_dataset_type", "evaluation_dataset_path", "row_based_metrics_path".
.google.protobuf.Value metadata = 11;boolean hasBiasConfigs()
Specify the configuration for bias detection.
.google.cloud.aiplatform.v1beta1.ModelEvaluation.BiasConfig bias_configs = 12;ModelEvaluation.BiasConfig getBiasConfigs()
Specify the configuration for bias detection.
.google.cloud.aiplatform.v1beta1.ModelEvaluation.BiasConfig bias_configs = 12;ModelEvaluation.BiasConfigOrBuilder getBiasConfigsOrBuilder()
Specify the configuration for bias detection.
.google.cloud.aiplatform.v1beta1.ModelEvaluation.BiasConfig bias_configs = 12;Copyright © 2024 Google LLC. All rights reserved.