Interface SearchModelMonitoringAlertsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    If non-empty, returns the alerts in this time interval.
    If non-empty, returns the alerts in this time interval.
    Required.
    com.google.protobuf.ByteString
    Required.
    If non-empty, returns the alerts of this model monitoring job.
    com.google.protobuf.ByteString
    If non-empty, returns the alerts of this model monitoring job.
    If non-empty, returns the alerts of this objective type.
    com.google.protobuf.ByteString
    If non-empty, returns the alerts of this objective type.
    int
    The standard list page size.
    A page token received from a previous [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.
    com.google.protobuf.ByteString
    A page token received from a previous [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.
    If non-empty, returns the alerts of this stats_name.
    com.google.protobuf.ByteString
    If non-empty, returns the alerts of this stats_name.
    boolean
    If non-empty, returns the alerts in this time interval.

    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.
    • getModelMonitoringJob

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

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

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

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

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

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

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

      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;
      Returns:
      The objectiveType.
    • getObjectiveTypeBytes

      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;
      Returns:
      The bytes for objectiveType.
    • getPageSize

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

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

      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;
      Returns:
      The bytes for pageToken.