Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BatchCreateTensorboardRunsResponse.
Response message for TensorboardService.BatchCreateTensorboardRuns.
Generated from protobuf message google.cloud.aiplatform.v1.BatchCreateTensorboardRunsResponse
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tensorboard_runs |
array<Google\Cloud\AIPlatform\V1\TensorboardRun>
The created TensorboardRuns. |
getTensorboardRuns
The created TensorboardRuns.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTensorboardRuns
The created TensorboardRuns.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\TensorboardRun>
|
Returns | |
---|---|
Type | Description |
$this |