Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::TensorboardBlob (v0.7.0)

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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data

def data() -> ::String
Returns
  • (::String) — Optional. The bytes of the blob is not present unless it's returned by the ReadTensorboardBlobData endpoint.

#data=

def data=(value) -> ::String
Parameter
  • value (::String) — 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.

#id

def id() -> ::String
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.