Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReadTensorboardBlobDataRequest (v0.18.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReadTensorboardBlobDataRequest.

Request message for TensorboardService.ReadTensorboardBlobData.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#blob_ids

def blob_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — IDs of the blobs to read.

#blob_ids=

def blob_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — IDs of the blobs to read.
Returns
  • (::Array<::String>) — IDs of the blobs to read.

#time_series

def time_series() -> ::String
Returns
  • (::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}

#time_series=

def time_series=(value) -> ::String
Parameter
  • value (::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}
Returns
  • (::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}