public interface ListModelMonitorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelMonitor |
getModelMonitors(int index)
List of ModelMonitor in the requested page.
|
int |
getModelMonitorsCount()
List of ModelMonitor in the requested page.
|
List<ModelMonitor> |
getModelMonitorsList()
List of ModelMonitor in the requested page.
|
ModelMonitorOrBuilder |
getModelMonitorsOrBuilder(int index)
List of ModelMonitor in the requested page.
|
List<? extends ModelMonitorOrBuilder> |
getModelMonitorsOrBuilderList()
List of ModelMonitor in the requested page.
|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ModelMonitor> getModelMonitorsList()
List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;ModelMonitor getModelMonitors(int index)
List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;int getModelMonitorsCount()
List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;List<? extends ModelMonitorOrBuilder> getModelMonitorsOrBuilderList()
List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;ModelMonitorOrBuilder getModelMonitorsOrBuilder(int index)
List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListModelMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListModelMonitorsRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListModelMonitorsRequest.page_token][google.cloud.aiplatform.v1beta1.ListModelMonitorsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.