Google Cloud Ai Platform V1 Client - Class BatchReadTensorboardTimeSeriesDataRequest (0.19.0)

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

Request message for TensorboardService.BatchReadTensorboardTimeSeriesData.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ tensorboard string

Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}. The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard.

↳ time_series array

Required. The resource names of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

getTensorboard

Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}.

The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard.

Returns
TypeDescription
string

setTensorboard

Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}.

The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTimeSeries

Required. The resource names of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTimeSeries

Required. The resource names of the TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
tensorboard string

Required. The resource name of the Tensorboard containing TensorboardTimeSeries to read data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}. The TensorboardTimeSeries referenced by time_series must be sub resources of this Tensorboard. Please see Google\Cloud\AIPlatform\V1\TensorboardServiceClient::tensorboardName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\BatchReadTensorboardTimeSeriesDataRequest