Class SearchModelMonitoringAlertsRequest

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

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

    • MODEL_MONITOR_FIELD_NUMBER

      public static final int MODEL_MONITOR_FIELD_NUMBER
      See Also:
    • MODEL_MONITORING_JOB_FIELD_NUMBER

      public static final int MODEL_MONITORING_JOB_FIELD_NUMBER
      See Also:
    • ALERT_TIME_INTERVAL_FIELD_NUMBER

      public static final int ALERT_TIME_INTERVAL_FIELD_NUMBER
      See Also:
    • STATS_NAME_FIELD_NUMBER

      public static final int STATS_NAME_FIELD_NUMBER
      See Also:
    • OBJECTIVE_TYPE_FIELD_NUMBER

      public static final int OBJECTIVE_TYPE_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 SearchModelMonitoringAlertsRequestOrBuilder
      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 SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      The bytes for modelMonitor.
    • getModelMonitoringJob

      public String getModelMonitoringJob()
       If non-empty, returns the alerts of this model monitoring job.
       
      string model_monitoring_job = 2;
      Specified by:
      getModelMonitoringJob in interface SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      The modelMonitoringJob.
    • getModelMonitoringJobBytes

      public com.google.protobuf.ByteString getModelMonitoringJobBytes()
       If non-empty, returns the alerts of this model monitoring job.
       
      string model_monitoring_job = 2;
      Specified by:
      getModelMonitoringJobBytes in interface SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      The bytes for modelMonitoringJob.
    • hasAlertTimeInterval

      public boolean hasAlertTimeInterval()
       If non-empty, returns the alerts in this time interval.
       
      .google.type.Interval alert_time_interval = 3;
      Specified by:
      hasAlertTimeInterval in interface SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      Whether the alertTimeInterval field is set.
    • getAlertTimeInterval

      public Interval getAlertTimeInterval()
       If non-empty, returns the alerts in this time interval.
       
      .google.type.Interval alert_time_interval = 3;
      Specified by:
      getAlertTimeInterval in interface SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      The alertTimeInterval.
    • getAlertTimeIntervalOrBuilder

      public IntervalOrBuilder getAlertTimeIntervalOrBuilder()
       If non-empty, returns the alerts in this time interval.
       
      .google.type.Interval alert_time_interval = 3;
      Specified by:
      getAlertTimeIntervalOrBuilder in interface SearchModelMonitoringAlertsRequestOrBuilder
    • getStatsName

      public String getStatsName()
       If non-empty, returns the alerts of this stats_name.
       
      string stats_name = 4;
      Specified by:
      getStatsName in interface SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      The statsName.
    • getStatsNameBytes

      public com.google.protobuf.ByteString getStatsNameBytes()
       If non-empty, returns the alerts of this stats_name.
       
      string stats_name = 4;
      Specified by:
      getStatsNameBytes in interface SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      The bytes for statsName.
    • getObjectiveType

      public String getObjectiveType()
       If non-empty, returns the alerts of this objective type.
       Supported monitoring objectives:
       `raw-feature-drift`
       `prediction-output-drift`
       `feature-attribution`
       
      string objective_type = 5;
      Specified by:
      getObjectiveType in interface SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      The objectiveType.
    • getObjectiveTypeBytes

      public com.google.protobuf.ByteString getObjectiveTypeBytes()
       If non-empty, returns the alerts of this objective type.
       Supported monitoring objectives:
       `raw-feature-drift`
       `prediction-output-drift`
       `feature-attribution`
       
      string objective_type = 5;
      Specified by:
      getObjectiveTypeBytes in interface SearchModelMonitoringAlertsRequestOrBuilder
      Returns:
      The bytes for objectiveType.
    • getPageSize

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

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

      public com.google.protobuf.ByteString getPageTokenBytes()
       A page token received from a previous
       [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts]
       call.
       
      string page_token = 7;
      Specified by:
      getPageTokenBytes in interface SearchModelMonitoringAlertsRequestOrBuilder
      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 SearchModelMonitoringAlertsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static SearchModelMonitoringAlertsRequest.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static SearchModelMonitoringAlertsRequest getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<SearchModelMonitoringAlertsRequest> 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 SearchModelMonitoringAlertsRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder