Interface SearchModelMonitoringStatsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    int
    The standard list page size.
    A page token received from a previous [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.
    com.google.protobuf.ByteString
    A page token received from a previous [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats] call.
    Filter for search different stats.
    Filter for search different stats.
    The time interval for which results should be returned.
    The time interval for which results should be returned.
    boolean
    Filter for search different stats.
    boolean
    The time interval for which results should be returned.

    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

    • getModelMonitor

      String getModelMonitor()
       Required. ModelMonitor resource name.
       Format:
       `projects/{project}/locations/{location}/modelMonitors/{model_monitor}`
       
      string model_monitor = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The modelMonitor.
    • getModelMonitorBytes

      com.google.protobuf.ByteString getModelMonitorBytes()
       Required. ModelMonitor resource name.
       Format:
       `projects/{project}/locations/{location}/modelMonitors/{model_monitor}`
       
      string model_monitor = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for modelMonitor.
    • hasStatsFilter

      boolean hasStatsFilter()
       Filter for search different stats.
       
      .google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;
      Returns:
      Whether the statsFilter field is set.
    • getStatsFilter

       Filter for search different stats.
       
      .google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;
      Returns:
      The statsFilter.
    • getStatsFilterOrBuilder

       Filter for search different stats.
       
      .google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;
    • hasTimeInterval

      boolean hasTimeInterval()
       The time interval for which results should be returned.
       
      .google.type.Interval time_interval = 3;
      Returns:
      Whether the timeInterval field is set.
    • getTimeInterval

      Interval getTimeInterval()
       The time interval for which results should be returned.
       
      .google.type.Interval time_interval = 3;
      Returns:
      The timeInterval.
    • getTimeIntervalOrBuilder

      IntervalOrBuilder getTimeIntervalOrBuilder()
       The time interval for which results should be returned.
       
      .google.type.Interval time_interval = 3;
    • getPageSize

      int getPageSize()
       The standard list page size.
       
      int32 page_size = 4;
      Returns:
      The pageSize.
    • getPageToken

      String getPageToken()
       A page token received from a previous
       [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats]
       call.
       
      string page_token = 5;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       A page token received from a previous
       [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats]
       call.
       
      string page_token = 5;
      Returns:
      The bytes for pageToken.