Google Cloud Ai Platform V1 Client - Class ReadTensorboardBlobDataRequest (1.15.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
Name Description
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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getBlobIds

IDs of the blobs to read.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBlobIds

IDs of the blobs to read.

Parameter
Name Description
var string[]
Returns
Type Description
$this

static::build

Parameter
Name Description
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 TensorboardServiceClient::tensorboardTimeSeriesName() for help formatting this field.

Returns
Type Description
ReadTensorboardBlobDataRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.