public interface ListModelEvaluationSlicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ModelEvaluationSlice |
getModelEvaluationSlices(int index)
List of ModelEvaluations in the requested page.
|
int |
getModelEvaluationSlicesCount()
List of ModelEvaluations in the requested page.
|
List<ModelEvaluationSlice> |
getModelEvaluationSlicesList()
List of ModelEvaluations in the requested page.
|
ModelEvaluationSliceOrBuilder |
getModelEvaluationSlicesOrBuilder(int index)
List of ModelEvaluations in the requested page.
|
List<? extends ModelEvaluationSliceOrBuilder> |
getModelEvaluationSlicesOrBuilderList()
List of ModelEvaluations 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<ModelEvaluationSlice> getModelEvaluationSlicesList()
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluationSlice model_evaluation_slices = 1;
ModelEvaluationSlice getModelEvaluationSlices(int index)
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluationSlice model_evaluation_slices = 1;
int getModelEvaluationSlicesCount()
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluationSlice model_evaluation_slices = 1;
List<? extends ModelEvaluationSliceOrBuilder> getModelEvaluationSlicesOrBuilderList()
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluationSlice model_evaluation_slices = 1;
ModelEvaluationSliceOrBuilder getModelEvaluationSlicesOrBuilder(int index)
List of ModelEvaluations in the requested page.
repeated .google.cloud.aiplatform.v1beta1.ModelEvaluationSlice model_evaluation_slices = 1;
String getNextPageToken()
A token to retrieve next page of results. Pass to [ListModelEvaluationSlicesRequest.page_token][google.cloud.aiplatform.v1beta1.ListModelEvaluationSlicesRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass to [ListModelEvaluationSlicesRequest.page_token][google.cloud.aiplatform.v1beta1.ListModelEvaluationSlicesRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.