public interface SearchModelMonitoringAlertsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.type.Interval |
getAlertTimeInterval()
If non-empty, returns the alerts in this time interval.
|
com.google.type.IntervalOrBuilder |
getAlertTimeIntervalOrBuilder()
If non-empty, returns the alerts in this time interval.
|
String |
getModelMonitor()
Required.
|
com.google.protobuf.ByteString |
getModelMonitorBytes()
Required.
|
String |
getModelMonitoringJob()
If non-empty, returns the alerts of this model monitoring job.
|
com.google.protobuf.ByteString |
getModelMonitoringJobBytes()
If non-empty, returns the alerts of this model monitoring job.
|
String |
getObjectiveType()
If non-empty, returns the alerts of this objective type.
|
com.google.protobuf.ByteString |
getObjectiveTypeBytes()
If non-empty, returns the alerts of this objective type.
|
int |
getPageSize()
The standard list page size.
|
String |
getPageToken()
A page token received from a previous
[ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts]
call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token received from a previous
[ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts]
call.
|
String |
getStatsName()
If non-empty, returns the alerts of this stats_name.
|
com.google.protobuf.ByteString |
getStatsNameBytes()
If non-empty, returns the alerts of this stats_name.
|
boolean |
hasAlertTimeInterval()
If non-empty, returns the alerts in this time interval.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
String getModelMonitoringJob()
If non-empty, returns the alerts of this model monitoring job.
string model_monitoring_job = 2;com.google.protobuf.ByteString getModelMonitoringJobBytes()
If non-empty, returns the alerts of this model monitoring job.
string model_monitoring_job = 2;boolean hasAlertTimeInterval()
If non-empty, returns the alerts in this time interval.
.google.type.Interval alert_time_interval = 3;com.google.type.Interval getAlertTimeInterval()
If non-empty, returns the alerts in this time interval.
.google.type.Interval alert_time_interval = 3;com.google.type.IntervalOrBuilder getAlertTimeIntervalOrBuilder()
If non-empty, returns the alerts in this time interval.
.google.type.Interval alert_time_interval = 3;String getStatsName()
If non-empty, returns the alerts of this stats_name.
string stats_name = 4;com.google.protobuf.ByteString getStatsNameBytes()
If non-empty, returns the alerts of this stats_name.
string stats_name = 4;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;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;int getPageSize()
The standard list page size.
int32 page_size = 6;String getPageToken()
A page token received from a previous [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.
string page_token = 7;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;Copyright © 2024 Google LLC. All rights reserved.