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 Details

    • 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.