Interface ModelMonitoringStatsAnomaliesOrBuilder

    • Method Detail

      • getObjectiveValue

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

        ModelDeploymentMonitoringObjectiveType getObjective()
         Model Monitoring Objective those stats and anomalies belonging to.
         
        .google.cloud.aiplatform.v1beta1.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.
      • getFeatureStats

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

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