public interface ListModelEvaluationSlicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| ModelEvaluationSlice |
getModelEvaluationSlicesCount()
public abstract int getModelEvaluationSlicesCount()List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 1;
| Type | Description |
| int |
getModelEvaluationSlicesList()
public abstract List<ModelEvaluationSlice> getModelEvaluationSlicesList()List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1.ModelEvaluationSlice model_evaluation_slices = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |