public interface SearchModelMonitoringAlertsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModelMonitoringAlerts(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringAlert |
|
getModelMonitoringAlertsCount()
public abstract int getModelMonitoringAlertsCount()Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringAlert model_monitoring_alerts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getModelMonitoringAlertsList()
public abstract List<ModelMonitoringAlert> getModelMonitoringAlertsList()Alerts retrieved for the requested objectives. Sorted by alert time descendingly.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitoringAlert model_monitoring_alerts = 1;
| Returns | |
|---|---|
| Type | Description |
List<ModelMonitoringAlert> |
|
getModelMonitoringAlertsOrBuilder(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ModelMonitoringAlertOrBuilder |
|
getModelMonitoringAlertsOrBuilderList()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ModelMonitoringAlertOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()The page token that can be used by the next ModelMonitoringService.SearchModelMonitoringAlerts call.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The page token that can be used by the next ModelMonitoringService.SearchModelMonitoringAlerts call.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTotalNumberAlerts()
public abstract long getTotalNumberAlerts()The total number of alerts retrieved by the requested objectives.
int64 total_number_alerts = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The totalNumberAlerts. |