Google Cloud Ai Platform V1 Client - Class BatchCreateTensorboardRunsResponse (0.15.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTensorboardRuns

The created TensorboardRuns.

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\TensorboardRun>
Returns
TypeDescription
$this