Class SearchModelMonitoringStatsRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsRequest
All Implemented Interfaces:
SearchModelMonitoringStatsRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class SearchModelMonitoringStatsRequest extends com.google.protobuf.GeneratedMessage implements SearchModelMonitoringStatsRequestOrBuilder
 Request message for
 [ModelMonitoringService.SearchModelMonitoringStats][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringStats].
 
Protobuf type google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsRequest
See Also:
  • Field Details

    • MODEL_MONITOR_FIELD_NUMBER

      public static final int MODEL_MONITOR_FIELD_NUMBER
      See Also:
    • STATS_FILTER_FIELD_NUMBER

      public static final int STATS_FILTER_FIELD_NUMBER
      See Also:
    • TIME_INTERVAL_FIELD_NUMBER

      public static final int TIME_INTERVAL_FIELD_NUMBER
      See Also:
    • PAGE_SIZE_FIELD_NUMBER

      public static final int PAGE_SIZE_FIELD_NUMBER
      See Also:
    • PAGE_TOKEN_FIELD_NUMBER

      public static final int PAGE_TOKEN_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getModelMonitor

      public 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) = { ... }
      Specified by:
      getModelMonitor in interface SearchModelMonitoringStatsRequestOrBuilder
      Returns:
      The modelMonitor.
    • getModelMonitorBytes

      public 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) = { ... }
      Specified by:
      getModelMonitorBytes in interface SearchModelMonitoringStatsRequestOrBuilder
      Returns:
      The bytes for modelMonitor.
    • hasStatsFilter

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

      public SearchModelMonitoringStatsFilter getStatsFilter()
       Filter for search different stats.
       
      .google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;
      Specified by:
      getStatsFilter in interface SearchModelMonitoringStatsRequestOrBuilder
      Returns:
      The statsFilter.
    • getStatsFilterOrBuilder

      public SearchModelMonitoringStatsFilterOrBuilder getStatsFilterOrBuilder()
       Filter for search different stats.
       
      .google.cloud.aiplatform.v1beta1.SearchModelMonitoringStatsFilter stats_filter = 2;
      Specified by:
      getStatsFilterOrBuilder in interface SearchModelMonitoringStatsRequestOrBuilder
    • hasTimeInterval

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

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

      public IntervalOrBuilder getTimeIntervalOrBuilder()
       The time interval for which results should be returned.
       
      .google.type.Interval time_interval = 3;
      Specified by:
      getTimeIntervalOrBuilder in interface SearchModelMonitoringStatsRequestOrBuilder
    • getPageSize

      public int getPageSize()
       The standard list page size.
       
      int32 page_size = 4;
      Specified by:
      getPageSize in interface SearchModelMonitoringStatsRequestOrBuilder
      Returns:
      The pageSize.
    • getPageToken

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

      public 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;
      Specified by:
      getPageTokenBytes in interface SearchModelMonitoringStatsRequestOrBuilder
      Returns:
      The bytes for pageToken.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SearchModelMonitoringStatsRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SearchModelMonitoringStatsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SearchModelMonitoringStatsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public SearchModelMonitoringStatsRequest.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static SearchModelMonitoringStatsRequest.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected SearchModelMonitoringStatsRequest.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static SearchModelMonitoringStatsRequest getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SearchModelMonitoringStatsRequest> parser()
    • getParserForType

      public com.google.protobuf.Parser<SearchModelMonitoringStatsRequest> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public SearchModelMonitoringStatsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder