Interface SearchModelMonitoringStatsResponseOrBuilder

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

@Generated public interface SearchModelMonitoringStatsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getMonitoringStats(int index)
    Stats retrieved for requested objectives.
    int
    Stats retrieved for requested objectives.
    Stats retrieved for requested objectives.
    Stats retrieved for requested objectives.
    Stats retrieved for requested objectives.
    The page token that can be used by the next [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.
    com.google.protobuf.ByteString
    The page token that can be used by the next [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.

    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

    • getMonitoringStatsList

      List<ModelMonitoringStats> getMonitoringStatsList()
       Stats retrieved for requested objectives.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
    • getMonitoringStats

      ModelMonitoringStats getMonitoringStats(int index)
       Stats retrieved for requested objectives.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
    • getMonitoringStatsCount

      int getMonitoringStatsCount()
       Stats retrieved for requested objectives.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
    • getMonitoringStatsOrBuilderList

      List<? extends ModelMonitoringStatsOrBuilder> getMonitoringStatsOrBuilderList()
       Stats retrieved for requested objectives.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
    • getMonitoringStatsOrBuilder

      ModelMonitoringStatsOrBuilder getMonitoringStatsOrBuilder(int index)
       Stats retrieved for requested objectives.
       
      repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringStats monitoring_stats = 1;
    • getNextPageToken

      String getNextPageToken()
       The page token that can be used by the next
       [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats]
       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
       [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats]
       call.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.