Interface ListModelEvaluationsResponseOrBuilder (3.42.0)

public interface ListModelEvaluationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelEvaluations(int index)

public abstract ModelEvaluation getModelEvaluations(int index)

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelEvaluation

getModelEvaluationsCount()

public abstract int getModelEvaluationsCount()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Returns
TypeDescription
int

getModelEvaluationsList()

public abstract List<ModelEvaluation> getModelEvaluationsList()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Returns
TypeDescription
List<ModelEvaluation>

getModelEvaluationsOrBuilder(int index)

public abstract ModelEvaluationOrBuilder getModelEvaluationsOrBuilder(int index)

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelEvaluationOrBuilder

getModelEvaluationsOrBuilderList()

public abstract List<? extends ModelEvaluationOrBuilder> getModelEvaluationsOrBuilderList()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluation model_evaluations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.ModelEvaluationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results. Pass to ListModelEvaluationsRequest.page_token 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 ListModelEvaluationsRequest.page_token to obtain that page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.