Interface ModelMonitoringAnomalyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ModelMonitoringAnomaly, ModelMonitoringAnomaly.Builder

@Generated public interface ModelMonitoringAnomalyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasTabularAnomaly

      boolean hasTabularAnomaly()
       Tabular anomaly.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
      Returns:
      Whether the tabularAnomaly field is set.
    • getTabularAnomaly

       Tabular anomaly.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
      Returns:
      The tabularAnomaly.
    • getTabularAnomalyOrBuilder

       Tabular anomaly.
       
      .google.cloud.aiplatform.v1beta1.ModelMonitoringAnomaly.TabularAnomaly tabular_anomaly = 1;
    • getModelMonitoringJob

      String getModelMonitoringJob()
       Model monitoring job resource name.
       
      string model_monitoring_job = 2;
      Returns:
      The modelMonitoringJob.
    • getModelMonitoringJobBytes

      com.google.protobuf.ByteString getModelMonitoringJobBytes()
       Model monitoring job resource name.
       
      string model_monitoring_job = 2;
      Returns:
      The bytes for modelMonitoringJob.
    • getAlgorithm

      String getAlgorithm()
       Algorithm used to calculated the metrics, eg: jensen_shannon_divergence,
       l_infinity.
       
      string algorithm = 3;
      Returns:
      The algorithm.
    • getAlgorithmBytes

      com.google.protobuf.ByteString getAlgorithmBytes()
       Algorithm used to calculated the metrics, eg: jensen_shannon_divergence,
       l_infinity.
       
      string algorithm = 3;
      Returns:
      The bytes for algorithm.
    • getAnomalyCase