Class: Google::Cloud::AIPlatform::V1::TensorboardBlob
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TensorboardBlob
- 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
-
#data ⇒ ::String
Optional.
-
#id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#data ⇒ ::String
Returns 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.
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 |