Interface ModelMonitoringSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringSpec,ModelMonitoringSpec.Builder
@Generated
public interface ModelMonitoringSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe model monitoring notification spec.The model monitoring notification spec.The monitoring objective spec.The monitoring objective spec.The Output destination spec for metrics, error logs, etc.The Output destination spec for metrics, error logs, etc.booleanThe model monitoring notification spec.booleanThe monitoring objective spec.booleanThe Output destination spec for metrics, error logs, etc.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasObjectiveSpec
boolean hasObjectiveSpec()The monitoring objective spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec objective_spec = 1;- Returns:
- Whether the objectiveSpec field is set.
-
getObjectiveSpec
ModelMonitoringObjectiveSpec getObjectiveSpec()The monitoring objective spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec objective_spec = 1;- Returns:
- The objectiveSpec.
-
getObjectiveSpecOrBuilder
ModelMonitoringObjectiveSpecOrBuilder getObjectiveSpecOrBuilder()The monitoring objective spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringObjectiveSpec objective_spec = 1; -
hasNotificationSpec
boolean hasNotificationSpec()The model monitoring notification spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringNotificationSpec notification_spec = 2;- Returns:
- Whether the notificationSpec field is set.
-
getNotificationSpec
ModelMonitoringNotificationSpec getNotificationSpec()The model monitoring notification spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringNotificationSpec notification_spec = 2;- Returns:
- The notificationSpec.
-
getNotificationSpecOrBuilder
ModelMonitoringNotificationSpecOrBuilder getNotificationSpecOrBuilder()The model monitoring notification spec.
.google.cloud.aiplatform.v1beta1.ModelMonitoringNotificationSpec notification_spec = 2; -
hasOutputSpec
boolean hasOutputSpec()The Output destination spec for metrics, error logs, etc.
.google.cloud.aiplatform.v1beta1.ModelMonitoringOutputSpec output_spec = 3;- Returns:
- Whether the outputSpec field is set.
-
getOutputSpec
ModelMonitoringOutputSpec getOutputSpec()The Output destination spec for metrics, error logs, etc.
.google.cloud.aiplatform.v1beta1.ModelMonitoringOutputSpec output_spec = 3;- Returns:
- The outputSpec.
-
getOutputSpecOrBuilder
ModelMonitoringOutputSpecOrBuilder getOutputSpecOrBuilder()The Output destination spec for metrics, error logs, etc.
.google.cloud.aiplatform.v1beta1.ModelMonitoringOutputSpec output_spec = 3;
-