Interface ModelMonitoringStatsAnomaliesOrBuilder

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

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

    • getObjectiveValue

      int getObjectiveValue()
       Model Monitoring Objective those stats and anomalies belonging to.
       
      .google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType objective = 1;
      Returns:
      The enum numeric value on the wire for objective.
    • getObjective

       Model Monitoring Objective those stats and anomalies belonging to.
       
      .google.cloud.aiplatform.v1.ModelDeploymentMonitoringObjectiveType objective = 1;
      Returns:
      The objective.
    • getDeployedModelId

      String getDeployedModelId()
       Deployed Model ID.
       
      string deployed_model_id = 2;
      Returns:
      The deployedModelId.
    • getDeployedModelIdBytes

      com.google.protobuf.ByteString getDeployedModelIdBytes()
       Deployed Model ID.
       
      string deployed_model_id = 2;
      Returns:
      The bytes for deployedModelId.
    • getAnomalyCount

      int getAnomalyCount()
       Number of anomalies within all stats.
       
      int32 anomaly_count = 3;
      Returns:
      The anomalyCount.
    • getFeatureStatsList

       A list of historical Stats and Anomalies generated for all Features.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
    • getFeatureStats

       A list of historical Stats and Anomalies generated for all Features.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
    • getFeatureStatsCount

      int getFeatureStatsCount()
       A list of historical Stats and Anomalies generated for all Features.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
    • getFeatureStatsOrBuilderList

       A list of historical Stats and Anomalies generated for all Features.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;
    • getFeatureStatsOrBuilder

       A list of historical Stats and Anomalies generated for all Features.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies feature_stats = 4;