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 Type
    Method
    Description
    com.google.protobuf.Value
    Anomaly body.
    com.google.protobuf.ValueOrBuilder
    Anomaly body.
    Additional anomaly information. e.g.
    com.google.protobuf.ByteString
    Additional 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.ByteString
    Overview of this anomaly.
    com.google.protobuf.Timestamp
    The time the anomaly was triggered.
    com.google.protobuf.TimestampOrBuilder
    The time the anomaly was triggered.
    boolean
    Anomaly body.
    boolean
    The alert condition associated with this anomaly.
    boolean
    The time the anomaly was triggered.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       The alert condition associated with this anomaly.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;
      Returns:
      The condition.
    • getConditionOrBuilder

       The alert condition associated with this anomaly.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringAlertCondition condition = 5;