Interface BatchImportModelEvaluationSlicesResponseOrBuilder (3.44.0)

public interface BatchImportModelEvaluationSlicesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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];

Parameter
Name Description
index int

The index of the element to return.

Returns
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];

Parameter
Name Description
index int

The index of the value to return.

Returns
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];

Returns
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];

Returns
Type Description
List<String>

A list containing the importedModelEvaluationSlices.