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
public interface BatchImportModelEvaluationSlicesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getImportedModelEvaluationSlices(int index)
Output only.com.google.protobuf.ByteString
getImportedModelEvaluationSlicesBytes(int index)
Output only.int
getImportedModelEvaluationSlicesCount()
Output only.List<String>
getImportedModelEvaluationSlicesList()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getImportedModelEvaluationSlicesList
List<String> 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
String getImportedModelEvaluationSlices(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 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.
-
-