Google Cloud Ai Platform V1 Client - Class BatchImportModelEvaluationSlicesResponse (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BatchImportModelEvaluationSlicesResponse.

Response message for ModelService.BatchImportModelEvaluationSlices

Generated from protobuf message google.cloud.aiplatform.v1.BatchImportModelEvaluationSlicesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ imported_model_evaluation_slices array

Output only. List of imported ModelEvaluationSlice.name.

getImportedModelEvaluationSlices

Output only. List of imported ModelEvaluationSlice.name.

Generated from protobuf field repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setImportedModelEvaluationSlices

Output only. List of imported ModelEvaluationSlice.name.

Generated from protobuf field repeated string imported_model_evaluation_slices = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this