public interface ModelMonitoringAlertOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getAlertTime()
Alert creation time.
|
com.google.protobuf.TimestampOrBuilder |
getAlertTimeOrBuilder()
Alert creation time.
|
ModelMonitoringAnomaly |
getAnomaly()
Anomaly details.
|
ModelMonitoringAnomalyOrBuilder |
getAnomalyOrBuilder()
Anomaly details.
|
String |
getObjectiveType()
One of the supported monitoring objectives:
`raw-feature-drift`
`prediction-output-drift`
`feature-attribution`
string objective_type = 2; |
com.google.protobuf.ByteString |
getObjectiveTypeBytes()
One of the supported monitoring objectives:
`raw-feature-drift`
`prediction-output-drift`
`feature-attribution`
string objective_type = 2; |
String |
getStatsName()
The stats name.
|
com.google.protobuf.ByteString |
getStatsNameBytes()
The stats name.
|
boolean |
hasAlertTime()
Alert creation time.
|
boolean |
hasAnomaly()
Anomaly details.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getStatsName()
The stats name.
string stats_name = 1;com.google.protobuf.ByteString getStatsNameBytes()
The stats name.
string stats_name = 1;String getObjectiveType()
One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;com.google.protobuf.ByteString getObjectiveTypeBytes()
One of the supported monitoring objectives: `raw-feature-drift` `prediction-output-drift` `feature-attribution`
string objective_type = 2;boolean hasAlertTime()
Alert creation time.
.google.protobuf.Timestamp alert_time = 3;com.google.protobuf.Timestamp getAlertTime()
Alert creation time.
.google.protobuf.Timestamp alert_time = 3;com.google.protobuf.TimestampOrBuilder getAlertTimeOrBuilder()
Alert creation time.
.google.protobuf.Timestamp alert_time = 3;boolean hasAnomaly()
Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;ModelMonitoringAnomaly getAnomaly()
Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;ModelMonitoringAnomalyOrBuilder getAnomalyOrBuilder()
Anomaly details.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly anomaly = 4;Copyright © 2025 Google LLC. All rights reserved.