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
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ imported_model_evaluation_slices |
string[]
Output only. List of imported ModelEvaluationSlice.name. |
getImportedModelEvaluationSlices
Output only. List of imported ModelEvaluationSlice.name.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setImportedModelEvaluationSlices
Output only. List of imported ModelEvaluationSlice.name.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|