Interface BatchImportModelEvaluationSlicesResponseOrBuilder

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