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
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: |
↳ 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 |