public static interface ModelMonitoringAnomaly.TabularAnomalyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Value |
getAnomaly()
Anomaly body.
|
com.google.protobuf.ValueOrBuilder |
getAnomalyOrBuilder()
Anomaly body.
|
String |
getAnomalyUri()
Additional anomaly information.
|
com.google.protobuf.ByteString |
getAnomalyUriBytes()
Additional anomaly information.
|
ModelMonitoringAlertCondition |
getCondition()
The alert condition associated with this anomaly.
|
ModelMonitoringAlertConditionOrBuilder |
getConditionOrBuilder()
The alert condition associated with this anomaly.
|
String |
getSummary()
Overview of this anomaly.
|
com.google.protobuf.ByteString |
getSummaryBytes()
Overview of this anomaly.
|
com.google.protobuf.Timestamp |
getTriggerTime()
The time the anomaly was triggered.
|
com.google.protobuf.TimestampOrBuilder |
getTriggerTimeOrBuilder()
The time the anomaly was triggered.
|
boolean |
hasAnomaly()
Anomaly body.
|
boolean |
hasCondition()
The alert condition associated with this anomaly.
|
boolean |
hasTriggerTime()
The time the anomaly was triggered.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAnomalyUri()
Additional anomaly information. e.g. Google Cloud Storage uri.
string anomaly_uri = 1;com.google.protobuf.ByteString getAnomalyUriBytes()
Additional anomaly information. e.g. Google Cloud Storage uri.
string anomaly_uri = 1;String getSummary()
Overview of this anomaly.
string summary = 2;com.google.protobuf.ByteString getSummaryBytes()
Overview of this anomaly.
string summary = 2;boolean hasAnomaly()
Anomaly body.
.google.protobuf.Value anomaly = 3;com.google.protobuf.Value getAnomaly()
Anomaly body.
.google.protobuf.Value anomaly = 3;com.google.protobuf.ValueOrBuilder getAnomalyOrBuilder()
Anomaly body.
.google.protobuf.Value anomaly = 3;boolean hasTriggerTime()
The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4;com.google.protobuf.Timestamp getTriggerTime()
The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4;com.google.protobuf.TimestampOrBuilder getTriggerTimeOrBuilder()
The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4;boolean hasCondition()
The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;ModelMonitoringAlertCondition getCondition()
The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;ModelMonitoringAlertConditionOrBuilder getConditionOrBuilder()
The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;Copyright © 2024 Google LLC. All rights reserved.