public interface ModelMonitorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
ModelMonitor.DefaultObjectiveCase |
getDefaultObjectiveCase() |
String |
getDisplayName()
The display name of the ModelMonitor.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the ModelMonitor.
|
ExplanationSpec |
getExplanationSpec()
Optional model explanation spec.
|
ExplanationSpecOrBuilder |
getExplanationSpecOrBuilder()
Optional model explanation spec.
|
ModelMonitoringSchema |
getModelMonitoringSchema()
Monitoring Schema is to specify the model's features, prediction outputs
and ground truth properties.
|
ModelMonitoringSchemaOrBuilder |
getModelMonitoringSchemaOrBuilder()
Monitoring Schema is to specify the model's features, prediction outputs
and ground truth properties.
|
ModelMonitor.ModelMonitoringTarget |
getModelMonitoringTarget()
The entity that is subject to analysis.
|
ModelMonitor.ModelMonitoringTargetOrBuilder |
getModelMonitoringTargetOrBuilder()
The entity that is subject to analysis.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
ModelMonitoringNotificationSpec |
getNotificationSpec()
Optional default notification spec, it can be overridden in the
ModelMonitoringJob notification spec.
|
ModelMonitoringNotificationSpecOrBuilder |
getNotificationSpecOrBuilder()
Optional default notification spec, it can be overridden in the
ModelMonitoringJob notification spec.
|
ModelMonitoringOutputSpec |
getOutputSpec()
Optional default monitoring metrics/logs export spec, it can be overridden
in the ModelMonitoringJob output spec.
|
ModelMonitoringOutputSpecOrBuilder |
getOutputSpecOrBuilder()
Optional default monitoring metrics/logs export spec, it can be overridden
in the ModelMonitoringJob output spec.
|
ModelMonitoringObjectiveSpec.TabularObjective |
getTabularObjective()
Optional default tabular model monitoring objective.
|
ModelMonitoringObjectiveSpec.TabularObjectiveOrBuilder |
getTabularObjectiveOrBuilder()
Optional default tabular model monitoring objective.
|
ModelMonitoringInput |
getTrainingDataset()
Optional training dataset used to train the model.
|
ModelMonitoringInputOrBuilder |
getTrainingDatasetOrBuilder()
Optional training dataset used to train the model.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasExplanationSpec()
Optional model explanation spec.
|
boolean |
hasModelMonitoringSchema()
Monitoring Schema is to specify the model's features, prediction outputs
and ground truth properties.
|
boolean |
hasModelMonitoringTarget()
The entity that is subject to analysis.
|
boolean |
hasNotificationSpec()
Optional default notification spec, it can be overridden in the
ModelMonitoringJob notification spec.
|
boolean |
hasOutputSpec()
Optional default monitoring metrics/logs export spec, it can be overridden
in the ModelMonitoringJob output spec.
|
boolean |
hasTabularObjective()
Optional default tabular model monitoring objective.
|
boolean |
hasTrainingDataset()
Optional training dataset used to train the model.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTabularObjective()
Optional default tabular model monitoring objective.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec.TabularObjective tabular_objective = 11;
ModelMonitoringObjectiveSpec.TabularObjective getTabularObjective()
Optional default tabular model monitoring objective.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec.TabularObjective tabular_objective = 11;
ModelMonitoringObjectiveSpec.TabularObjectiveOrBuilder getTabularObjectiveOrBuilder()
Optional default tabular model monitoring objective.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec.TabularObjective tabular_objective = 11;
String getName()
Immutable. Resource name of the ModelMonitor. Format:
`projects/{project}/locations/{location}/modelMonitors/{model_monitor}`.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getNameBytes()
Immutable. Resource name of the ModelMonitor. Format:
`projects/{project}/locations/{location}/modelMonitors/{model_monitor}`.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];String getDisplayName()
The display name of the ModelMonitor. The name can be up to 128 characters long and can consist of any UTF-8.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the ModelMonitor. The name can be up to 128 characters long and can consist of any UTF-8.
string display_name = 2;boolean hasModelMonitoringTarget()
The entity that is subject to analysis. Currently only models in Vertex AI Model Registry are supported. If you want to analyze the model which is outside the Vertex AI, you could register a model in Vertex AI Model Registry using just a display name.
.google.cloud.aiplatform.v1beta1.ModelMonitor.ModelMonitoringTarget model_monitoring_target = 3;
ModelMonitor.ModelMonitoringTarget getModelMonitoringTarget()
The entity that is subject to analysis. Currently only models in Vertex AI Model Registry are supported. If you want to analyze the model which is outside the Vertex AI, you could register a model in Vertex AI Model Registry using just a display name.
.google.cloud.aiplatform.v1beta1.ModelMonitor.ModelMonitoringTarget model_monitoring_target = 3;
ModelMonitor.ModelMonitoringTargetOrBuilder getModelMonitoringTargetOrBuilder()
The entity that is subject to analysis. Currently only models in Vertex AI Model Registry are supported. If you want to analyze the model which is outside the Vertex AI, you could register a model in Vertex AI Model Registry using just a display name.
.google.cloud.aiplatform.v1beta1.ModelMonitor.ModelMonitoringTarget model_monitoring_target = 3;
boolean hasTrainingDataset()
Optional training dataset used to train the model. It can serve as a reference dataset to identify changes in production.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput training_dataset = 10;ModelMonitoringInput getTrainingDataset()
Optional training dataset used to train the model. It can serve as a reference dataset to identify changes in production.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput training_dataset = 10;ModelMonitoringInputOrBuilder getTrainingDatasetOrBuilder()
Optional training dataset used to train the model. It can serve as a reference dataset to identify changes in production.
.google.cloud.aiplatform.v1beta1.ModelMonitoringInput training_dataset = 10;boolean hasNotificationSpec()
Optional default notification spec, it can be overridden in the ModelMonitoringJob notification spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringNotificationSpec notification_spec = 12;
ModelMonitoringNotificationSpec getNotificationSpec()
Optional default notification spec, it can be overridden in the ModelMonitoringJob notification spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringNotificationSpec notification_spec = 12;
ModelMonitoringNotificationSpecOrBuilder getNotificationSpecOrBuilder()
Optional default notification spec, it can be overridden in the ModelMonitoringJob notification spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringNotificationSpec notification_spec = 12;
boolean hasOutputSpec()
Optional default monitoring metrics/logs export spec, it can be overridden in the ModelMonitoringJob output spec. If not specified, a default Google Cloud Storage bucket will be created under your project.
.google.cloud.aiplatform.v1beta1.ModelMonitoringOutputSpec output_spec = 13;ModelMonitoringOutputSpec getOutputSpec()
Optional default monitoring metrics/logs export spec, it can be overridden in the ModelMonitoringJob output spec. If not specified, a default Google Cloud Storage bucket will be created under your project.
.google.cloud.aiplatform.v1beta1.ModelMonitoringOutputSpec output_spec = 13;ModelMonitoringOutputSpecOrBuilder getOutputSpecOrBuilder()
Optional default monitoring metrics/logs export spec, it can be overridden in the ModelMonitoringJob output spec. If not specified, a default Google Cloud Storage bucket will be created under your project.
.google.cloud.aiplatform.v1beta1.ModelMonitoringOutputSpec output_spec = 13;boolean hasExplanationSpec()
Optional model explanation spec. It is used for feature attribution monitoring.
.google.cloud.aiplatform.v1beta1.ExplanationSpec explanation_spec = 16;ExplanationSpec getExplanationSpec()
Optional model explanation spec. It is used for feature attribution monitoring.
.google.cloud.aiplatform.v1beta1.ExplanationSpec explanation_spec = 16;ExplanationSpecOrBuilder getExplanationSpecOrBuilder()
Optional model explanation spec. It is used for feature attribution monitoring.
.google.cloud.aiplatform.v1beta1.ExplanationSpec explanation_spec = 16;boolean hasModelMonitoringSchema()
Monitoring Schema is to specify the model's features, prediction outputs and ground truth properties. It is used to extract pertinent data from the dataset and to process features based on their properties. Make sure that the schema aligns with your dataset, if it does not, we will be unable to extract data from the dataset. It is required for most models, but optional for Vertex AI AutoML Tables unless the schem information is not available.
.google.cloud.aiplatform.v1beta1.ModelMonitoringSchema model_monitoring_schema = 9;
ModelMonitoringSchema getModelMonitoringSchema()
Monitoring Schema is to specify the model's features, prediction outputs and ground truth properties. It is used to extract pertinent data from the dataset and to process features based on their properties. Make sure that the schema aligns with your dataset, if it does not, we will be unable to extract data from the dataset. It is required for most models, but optional for Vertex AI AutoML Tables unless the schem information is not available.
.google.cloud.aiplatform.v1beta1.ModelMonitoringSchema model_monitoring_schema = 9;
ModelMonitoringSchemaOrBuilder getModelMonitoringSchemaOrBuilder()
Monitoring Schema is to specify the model's features, prediction outputs and ground truth properties. It is used to extract pertinent data from the dataset and to process features based on their properties. Make sure that the schema aligns with your dataset, if it does not, we will be unable to extract data from the dataset. It is required for most models, but optional for Vertex AI AutoML Tables unless the schem information is not available.
.google.cloud.aiplatform.v1beta1.ModelMonitoringSchema model_monitoring_schema = 9;
boolean hasCreateTime()
Output only. Timestamp when this ModelMonitor was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this ModelMonitor was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this ModelMonitor was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. Timestamp when this ModelMonitor was updated most recently.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this ModelMonitor was updated most recently.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this ModelMonitor was updated most recently.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
ModelMonitor.DefaultObjectiveCase getDefaultObjectiveCase()
Copyright © 2024 Google LLC. All rights reserved.