Interface ModelMonitoringAlertOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringAlert,ModelMonitoringAlert.Builder
@Generated
public interface ModelMonitoringAlertOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampAlert creation time.com.google.protobuf.TimestampOrBuilderAlert creation time.Anomaly details.Anomaly details.One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`com.google.protobuf.ByteStringOne of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`The stats name.com.google.protobuf.ByteStringThe stats name.booleanAlert creation time.booleanAnomaly details.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
-
getStatsName
String getStatsName()The stats name.
string stats_name = 1;- Returns:
- The statsName.
-
getStatsNameBytes
com.google.protobuf.ByteString getStatsNameBytes()The stats name.
string stats_name = 1;- Returns:
- The bytes for statsName.
-
getObjectiveType
String getObjectiveType()One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;- Returns:
- The objectiveType.
-
getObjectiveTypeBytes
com.google.protobuf.ByteString getObjectiveTypeBytes()One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;- Returns:
- The bytes for objectiveType.
-
hasAlertTime
boolean hasAlertTime()Alert creation time.
.google.protobuf.Timestamp alert_time = 3;- Returns:
- Whether the alertTime field is set.
-
getAlertTime
com.google.protobuf.Timestamp getAlertTime()Alert creation time.
.google.protobuf.Timestamp alert_time = 3;- Returns:
- The alertTime.
-
getAlertTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getAlertTimeOrBuilder()Alert creation time.
.google.protobuf.Timestamp alert_time = 3; -
hasAnomaly
boolean hasAnomaly()Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;- Returns:
- Whether the anomaly field is set.
-
getAnomaly
ModelMonitoringAnomaly getAnomaly()Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;- Returns:
- The anomaly.
-
getAnomalyOrBuilder
ModelMonitoringAnomalyOrBuilder getAnomalyOrBuilder()Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;
-