Package com.google.cloud.aiplatform.v1
Interface ListModelEvaluationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListModelEvaluationsResponse,ListModelEvaluationsResponse.Builder
@Generated
public interface ListModelEvaluationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetModelEvaluations(int index) List of ModelEvaluations in the requested page.intList of ModelEvaluations in the requested page.List of ModelEvaluations in the requested page.getModelEvaluationsOrBuilder(int index) List of ModelEvaluations in the requested page.List<? extends ModelEvaluationOrBuilder>List of ModelEvaluations in the requested page.A token to retrieve next page of results.com.google.protobuf.ByteStringA token to retrieve 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
-
getModelEvaluationsList
List<ModelEvaluation> getModelEvaluationsList()List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1; -
getModelEvaluations
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1; -
getModelEvaluationsCount
int getModelEvaluationsCount()List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1; -
getModelEvaluationsOrBuilderList
List<? extends ModelEvaluationOrBuilder> getModelEvaluationsOrBuilderList()List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1; -
getModelEvaluationsOrBuilder
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve next page of results. Pass to [ListModelEvaluationsRequest.page_token][google.cloud.aiplatform.v1.ListModelEvaluationsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve next page of results. Pass to [ListModelEvaluationsRequest.page_token][google.cloud.aiplatform.v1.ListModelEvaluationsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-