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 \ V1Methods
__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: |
↳ blob_ids |
string[]
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\RepeatedField<string> |
|
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:
|
| Returns | |
|---|---|
| Type | Description |
ReadTensorboardBlobDataRequest |
|