Package com.google.cloud.aiplatform.v1
Interface BatchImportModelEvaluationSlicesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchImportModelEvaluationSlicesResponse,BatchImportModelEvaluationSlicesResponse.Builder
@Generated
public interface BatchImportModelEvaluationSlicesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetImportedModelEvaluationSlices(int index) Output only.com.google.protobuf.ByteStringgetImportedModelEvaluationSlicesBytes(int index) Output only.intOutput only.Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getImportedModelEvaluationSlicesList
Output only. List of imported [ModelEvaluationSlice.name][google.cloud.aiplatform.v1.ModelEvaluationSlice.name].
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- A list containing the importedModelEvaluationSlices.
-
getImportedModelEvaluationSlicesCount
int getImportedModelEvaluationSlicesCount()Output only. List of imported [ModelEvaluationSlice.name][google.cloud.aiplatform.v1.ModelEvaluationSlice.name].
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The count of importedModelEvaluationSlices.
-
getImportedModelEvaluationSlices
Output only. List of imported [ModelEvaluationSlice.name][google.cloud.aiplatform.v1.ModelEvaluationSlice.name].
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the element to return.- Returns:
- The importedModelEvaluationSlices at the given index.
-
getImportedModelEvaluationSlicesBytes
com.google.protobuf.ByteString getImportedModelEvaluationSlicesBytes(int index) Output only. List of imported [ModelEvaluationSlice.name][google.cloud.aiplatform.v1.ModelEvaluationSlice.name].
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the importedModelEvaluationSlices at the given index.
-