public interface SearchModelMonitoringAlertsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitoringAlert |
getModelMonitoringAlerts(int index)
Alerts retrieved for the requested objectives.
|
int |
getModelMonitoringAlertsCount()
Alerts retrieved for the requested objectives.
|
List<ModelMonitoringAlert> |
getModelMonitoringAlertsList()
Alerts retrieved for the requested objectives.
|
ModelMonitoringAlertOrBuilder |
getModelMonitoringAlertsOrBuilder(int index)
Alerts retrieved for the requested objectives.
|
List<? extends ModelMonitoringAlertOrBuilder> |
getModelMonitoringAlertsOrBuilderList()
Alerts retrieved for the requested objectives.
|
String |
getNextPageToken()
The page token that can be used by the next
[ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts]
call.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The page token that can be used by the next
[ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts]
call.
|
long |
getTotalNumberAlerts()
The total number of alerts retrieved by the requested objectives.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ModelMonitoringAlert> getModelMonitoringAlertsList()
Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringAlert model_monitoring_alerts = 1;
ModelMonitoringAlert getModelMonitoringAlerts(int index)
Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringAlert model_monitoring_alerts = 1;
int getModelMonitoringAlertsCount()
Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringAlert model_monitoring_alerts = 1;
List<? extends ModelMonitoringAlertOrBuilder> getModelMonitoringAlertsOrBuilderList()
Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringAlert model_monitoring_alerts = 1;
ModelMonitoringAlertOrBuilder getModelMonitoringAlertsOrBuilder(int index)
Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringAlert model_monitoring_alerts = 1;
long getTotalNumberAlerts()
The total number of alerts retrieved by the requested objectives.
int64 total_number_alerts = 2;String getNextPageToken()
The page token that can be used by the next [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.
string next_page_token = 3;com.google.protobuf.ByteString getNextPageTokenBytes()
The page token that can be used by the next [ModelMonitoringService.SearchModelMonitoringAlerts][google.cloud.aiplatform.v1beta1.ModelMonitoringService.SearchModelMonitoringAlerts] call.
string next_page_token = 3;Copyright © 2024 Google LLC. All rights reserved.