Class: Google::Cloud::AIPlatform::V1::TensorboardBlob

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

Overview

One blob (e.g, image, graph) viewable on a blob metric plot.

Instance Attribute Summary collapse

Instance Attribute Details

#data::String

Returns Optional. The bytes of the blob is not present unless it's returned by the ReadTensorboardBlobData endpoint.

Returns:

  • (::String)

    Optional. The bytes of the blob is not present unless it's returned by the ReadTensorboardBlobData endpoint.



104
105
106
107
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 104

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

#id::String (readonly)

Returns Output only. A URI safe key uniquely identifying a blob. Can be used to locate the blob stored in the Cloud Storage bucket of the consumer project.

Returns:

  • (::String)

    Output only. A URI safe key uniquely identifying a blob. Can be used to locate the blob stored in the Cloud Storage bucket of the consumer project.



104
105
106
107
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 104

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