Interface ModelMonitoringAnomaly.TabularAnomalyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelMonitoringAnomaly.TabularAnomaly,ModelMonitoringAnomaly.TabularAnomaly.Builder
- Enclosing class:
- ModelMonitoringAnomaly
public static interface ModelMonitoringAnomaly.TabularAnomalyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ValueAnomaly body.com.google.protobuf.ValueOrBuilderAnomaly body.Additional anomaly information. e.g.com.google.protobuf.ByteStringAdditional anomaly information. e.g.The alert condition associated with this anomaly.The alert condition associated with this anomaly.Overview of this anomaly.com.google.protobuf.ByteStringOverview of this anomaly.com.google.protobuf.TimestampThe time the anomaly was triggered.com.google.protobuf.TimestampOrBuilderThe time the anomaly was triggered.booleanAnomaly body.booleanThe alert condition associated with this anomaly.booleanThe time the anomaly was triggered.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
-
getAnomalyUri
String getAnomalyUri()Additional anomaly information. e.g. Google Cloud Storage uri.
string anomaly_uri = 1;- Returns:
- The anomalyUri.
-
getAnomalyUriBytes
com.google.protobuf.ByteString getAnomalyUriBytes()Additional anomaly information. e.g. Google Cloud Storage uri.
string anomaly_uri = 1;- Returns:
- The bytes for anomalyUri.
-
getSummary
String getSummary()Overview of this anomaly.
string summary = 2;- Returns:
- The summary.
-
getSummaryBytes
com.google.protobuf.ByteString getSummaryBytes()Overview of this anomaly.
string summary = 2;- Returns:
- The bytes for summary.
-
hasAnomaly
boolean hasAnomaly()Anomaly body.
.google.protobuf.Value anomaly = 3;- Returns:
- Whether the anomaly field is set.
-
getAnomaly
com.google.protobuf.Value getAnomaly()Anomaly body.
.google.protobuf.Value anomaly = 3;- Returns:
- The anomaly.
-
getAnomalyOrBuilder
com.google.protobuf.ValueOrBuilder getAnomalyOrBuilder()Anomaly body.
.google.protobuf.Value anomaly = 3; -
hasTriggerTime
boolean hasTriggerTime()The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4;- Returns:
- Whether the triggerTime field is set.
-
getTriggerTime
com.google.protobuf.Timestamp getTriggerTime()The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4;- Returns:
- The triggerTime.
-
getTriggerTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTriggerTimeOrBuilder()The time the anomaly was triggered.
.google.protobuf.Timestamp trigger_time = 4; -
hasCondition
boolean hasCondition()The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;- Returns:
- Whether the condition field is set.
-
getCondition
ModelMonitoringAlertCondition getCondition()The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;- Returns:
- The condition.
-
getConditionOrBuilder
ModelMonitoringAlertConditionOrBuilder getConditionOrBuilder()The alert condition associated with this anomaly.
.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;
-