Interface ListModelMonitorsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListModelMonitorsResponse,ListModelMonitorsResponse.Builder
@Generated
public interface ListModelMonitorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetModelMonitors(int index) List of ModelMonitor in the requested page.intList of ModelMonitor in the requested page.List of ModelMonitor in the requested page.getModelMonitorsOrBuilder(int index) List of ModelMonitor in the requested page.List<? extends ModelMonitorOrBuilder>List of ModelMonitor in the requested page.A token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getModelMonitorsList
List<ModelMonitor> getModelMonitorsList()List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1; -
getModelMonitors
List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1; -
getModelMonitorsCount
int getModelMonitorsCount()List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1; -
getModelMonitorsOrBuilderList
List<? extends ModelMonitorOrBuilder> getModelMonitorsOrBuilderList()List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1; -
getModelMonitorsOrBuilder
List of ModelMonitor in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-