public interface BatchImportModelEvaluationSlicesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImportedModelEvaluationSlices(int index)
public abstract String getImportedModelEvaluationSlices(int index)Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The importedModelEvaluationSlices at the given index. |
getImportedModelEvaluationSlicesBytes(int index)
public abstract ByteString getImportedModelEvaluationSlicesBytes(int index)Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the importedModelEvaluationSlices at the given index. |
getImportedModelEvaluationSlicesCount()
public abstract int getImportedModelEvaluationSlicesCount()Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The count of importedModelEvaluationSlices. |
getImportedModelEvaluationSlicesList()
public abstract List<String> getImportedModelEvaluationSlicesList()Output only. List of imported ModelEvaluationSlice.name.
repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<String> | A list containing the importedModelEvaluationSlices. |