Interface ListModelEvaluationsResponseOrBuilder (2.10.0)

See more code actions.
public interface ListModelEvaluationsResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder

getModelEvaluation(int index)

public abstract ModelEvaluation getModelEvaluation(int index)

List of model evaluations in the requested page.

repeated .google.cloud.automl.v1beta1.ModelEvaluation model_evaluation = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelEvaluation

getModelEvaluationCount()

public abstract int getModelEvaluationCount()

List of model evaluations in the requested page.

repeated .google.cloud.automl.v1beta1.ModelEvaluation model_evaluation = 1;

Returns
TypeDescription
int

getModelEvaluationList()

public abstract List<ModelEvaluation> getModelEvaluationList()

List of model evaluations in the requested page.

repeated .google.cloud.automl.v1beta1.ModelEvaluation model_evaluation = 1;

Returns
TypeDescription
List<ModelEvaluation>

getModelEvaluationOrBuilder(int index)

public abstract ModelEvaluationOrBuilder getModelEvaluationOrBuilder(int index)

List of model evaluations in the requested page.

repeated .google.cloud.automl.v1beta1.ModelEvaluation model_evaluation = 1;

Parameter
NameDescription
indexint
Returns

getModelEvaluationOrBuilderList()

public abstract List<? extends ModelEvaluationOrBuilder> getModelEvaluationOrBuilderList()

List of model evaluations in the requested page.

repeated .google.cloud.automl.v1beta1.ModelEvaluation model_evaluation = 1;

Returns
TypeDescription
List<? extends com.google.cloud.automl.v1beta1.ModelEvaluationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results. Pass to the ListModelEvaluationsRequest.page_token field of a new AutoMl.ListModelEvaluations request to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve next page of results. Pass to the ListModelEvaluationsRequest.page_token field of a new AutoMl.ListModelEvaluations request to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.