Interface BatchImportModelEvaluationSlicesResponseOrBuilder (3.18.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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the importedModelEvaluationSlices.