Interface ListModelEvaluationSlicesResponseOrBuilder (3.42.0)

public interface ListModelEvaluationSlicesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getModelEvaluationSlices(int index)

public abstract ModelEvaluationSlice getModelEvaluationSlices(int index)

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelEvaluationSlice

getModelEvaluationSlicesCount()

public abstract int getModelEvaluationSlicesCount()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 1;

Returns
TypeDescription
int

getModelEvaluationSlicesList()

public abstract List<ModelEvaluationSlice> getModelEvaluationSlicesList()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 1;

Returns
TypeDescription
List<ModelEvaluationSlice>

getModelEvaluationSlicesOrBuilder(int index)

public abstract ModelEvaluationSliceOrBuilder getModelEvaluationSlicesOrBuilder(int index)

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ModelEvaluationSliceOrBuilder

getModelEvaluationSlicesOrBuilderList()

public abstract List<? extends ModelEvaluationSliceOrBuilder> getModelEvaluationSlicesOrBuilderList()

List of ModelEvaluations in the requested page.

repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 1;

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

getNextPageToken()

public abstract String getNextPageToken()

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

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.