Google Cloud Ai Platform V1 Client - Class ReadTensorboardBlobDataRequest (0.24.0)

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

Request message for TensorboardService.ReadTensorboardBlobData.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ time_series string

Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

↳ blob_ids array

IDs of the blobs to read.

getTimeSeries

Required. The resource name of the TensorboardTimeSeries to list Blobs.

Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

Returns
TypeDescription
string

setTimeSeries

Required. The resource name of the TensorboardTimeSeries to list Blobs.

Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBlobIds

IDs of the blobs to read.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBlobIds

IDs of the blobs to read.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
timeSeries string

Required. The resource name of the TensorboardTimeSeries to list Blobs. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{time_series} Please see Google\Cloud\AIPlatform\V1\TensorboardServiceClient::tensorboardTimeSeriesName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\ReadTensorboardBlobDataRequest