public interface ListModelEvaluationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelEvaluation |
getModelEvaluation(int index)
List of model evaluations in the requested page.
|
int |
getModelEvaluationCount()
List of model evaluations in the requested page.
|
List<ModelEvaluation> |
getModelEvaluationList()
List of model evaluations in the requested page.
|
ModelEvaluationOrBuilder |
getModelEvaluationOrBuilder(int index)
List of model evaluations in the requested page.
|
List<? extends ModelEvaluationOrBuilder> |
getModelEvaluationOrBuilderList()
List of model evaluations 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> getModelEvaluationList()
List of model evaluations in the requested page.
repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;ModelEvaluation getModelEvaluation(int index)
List of model evaluations in the requested page.
repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;int getModelEvaluationCount()
List of model evaluations in the requested page.
repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;List<? extends ModelEvaluationOrBuilder> getModelEvaluationOrBuilderList()
List of model evaluations in the requested page.
repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;ModelEvaluationOrBuilder getModelEvaluationOrBuilder(int index)
List of model evaluations in the requested page.
repeated .google.cloud.automl.v1.ModelEvaluation model_evaluation = 1;String getNextPageToken()
A token to retrieve next page of results. Pass to the [ListModelEvaluationsRequest.page_token][google.cloud.automl.v1.ListModelEvaluationsRequest.page_token] field of a new [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations] request to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass to the [ListModelEvaluationsRequest.page_token][google.cloud.automl.v1.ListModelEvaluationsRequest.page_token] field of a new [AutoMl.ListModelEvaluations][google.cloud.automl.v1.AutoMl.ListModelEvaluations] request to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.