public interface ListModelEvaluationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelEvaluation |
getModelEvaluations(int index)
List of ModelEvaluations in the requested page.
|
int |
getModelEvaluationsCount()
List of ModelEvaluations in the requested page.
|
List<ModelEvaluation> |
getModelEvaluationsList()
List of ModelEvaluations in the requested page.
|
ModelEvaluationOrBuilder |
getModelEvaluationsOrBuilder(int index)
List of ModelEvaluations in the requested page.
|
List<? extends ModelEvaluationOrBuilder> |
getModelEvaluationsOrBuilderList()
List of ModelEvaluations in the requested page.
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ModelEvaluation> getModelEvaluationsList()
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;ModelEvaluation getModelEvaluations(int index)
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;int getModelEvaluationsCount()
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;List<? extends ModelEvaluationOrBuilder> getModelEvaluationsOrBuilderList()
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;ModelEvaluationOrBuilder getModelEvaluationsOrBuilder(int index)
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;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;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;Copyright © 2023 Google LLC. All rights reserved.