Interface ListOnlineEvaluatorsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListOnlineEvaluatorsResponse,ListOnlineEvaluatorsResponse.Builder
@Generated
public interface ListOnlineEvaluatorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token to retrieve the next page.com.google.protobuf.ByteStringA token to retrieve the next page.getOnlineEvaluators(int index) A list of OnlineEvaluators matching the request.intA list of OnlineEvaluators matching the request.A list of OnlineEvaluators matching the request.getOnlineEvaluatorsOrBuilder(int index) A list of OnlineEvaluators matching the request.List<? extends OnlineEvaluatorOrBuilder>A list of OnlineEvaluators matching the request.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
-
getOnlineEvaluatorsList
List<OnlineEvaluator> getOnlineEvaluatorsList()A list of OnlineEvaluators matching the request.
repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluators = 1; -
getOnlineEvaluators
A list of OnlineEvaluators matching the request.
repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluators = 1; -
getOnlineEvaluatorsCount
int getOnlineEvaluatorsCount()A list of OnlineEvaluators matching the request.
repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluators = 1; -
getOnlineEvaluatorsOrBuilderList
List<? extends OnlineEvaluatorOrBuilder> getOnlineEvaluatorsOrBuilderList()A list of OnlineEvaluators matching the request.
repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluators = 1; -
getOnlineEvaluatorsOrBuilder
A list of OnlineEvaluators matching the request.
repeated .google.cloud.aiplatform.v1beta1.OnlineEvaluator online_evaluators = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-