Google Cloud Ai Platform V1 Client - Class WriteTensorboardExperimentDataRequest (1.26.0)

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

Request message for TensorboardService.WriteTensorboardExperimentData.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ tensorboard_experiment string

Required. The resource name of the TensorboardExperiment to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

↳ write_run_data_requests array<WriteTensorboardRunDataRequest>

Required. Requests containing per-run TensorboardTimeSeries data to write.

getTensorboardExperiment

Required. The resource name of the TensorboardExperiment to write data to.

Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

Returns
Type Description
string

setTensorboardExperiment

Required. The resource name of the TensorboardExperiment to write data to.

Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}

Parameter
Name Description
var string
Returns
Type Description
$this

getWriteRunDataRequests

Required. Requests containing per-run TensorboardTimeSeries data to write.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setWriteRunDataRequests

Required. Requests containing per-run TensorboardTimeSeries data to write.

Parameter
Name Description
var array<WriteTensorboardRunDataRequest>
Returns
Type Description
$this

static::build

Parameters
Name Description
tensorboardExperiment string

Required. The resource name of the TensorboardExperiment to write data to. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment} Please see TensorboardServiceClient::tensorboardExperimentName() for help formatting this field.

writeRunDataRequests array<WriteTensorboardRunDataRequest>

Required. Requests containing per-run TensorboardTimeSeries data to write.

Returns
Type Description
WriteTensorboardExperimentDataRequest

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.