Interface SearchModelDeploymentMonitoringStatsAnomaliesResponseOrBuilder

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

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

    • getMonitoringStatsList

      List<ModelMonitoringStatsAnomalies> getMonitoringStatsList()
       Stats retrieved for requested objectives.
       There are at most 1000
       [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats]
       in the response.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
    • getMonitoringStats

      ModelMonitoringStatsAnomalies getMonitoringStats(int index)
       Stats retrieved for requested objectives.
       There are at most 1000
       [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats]
       in the response.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
    • getMonitoringStatsCount

      int getMonitoringStatsCount()
       Stats retrieved for requested objectives.
       There are at most 1000
       [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats]
       in the response.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
    • getMonitoringStatsOrBuilderList

      List<? extends ModelMonitoringStatsAnomaliesOrBuilder> getMonitoringStatsOrBuilderList()
       Stats retrieved for requested objectives.
       There are at most 1000
       [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats]
       in the response.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
    • getMonitoringStatsOrBuilder

      ModelMonitoringStatsAnomaliesOrBuilder getMonitoringStatsOrBuilder(int index)
       Stats retrieved for requested objectives.
       There are at most 1000
       [ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats][google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies.FeatureHistoricStatsAnomalies.prediction_stats]
       in the response.
       
      repeated .google.cloud.aiplatform.v1.ModelMonitoringStatsAnomalies monitoring_stats = 1;
    • getNextPageToken

      String getNextPageToken()
       The page token that can be used by the next
       [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies]
       call.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       The page token that can be used by the next
       [JobService.SearchModelDeploymentMonitoringStatsAnomalies][google.cloud.aiplatform.v1.JobService.SearchModelDeploymentMonitoringStatsAnomalies]
       call.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.