Class: Google::Cloud::AIPlatform::V1::ReadTensorboardBlobDataRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#blob_ids::Array<::String>

Returns IDs of the blobs to read.

Returns:

  • (::Array<::String>)

    IDs of the blobs to read.



398
399
400
401
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 398

class ReadTensorboardBlobDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#time_series::String

Returns 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}



398
399
400
401
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 398

class ReadTensorboardBlobDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end