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
Methods
__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.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTensorboardRuns
The created TensorboardRuns.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\TensorboardRun>
|
Returns | |
---|---|
Type | Description |
$this |