Class: Google::Cloud::AIPlatform::V1::TensorboardBlobSequence
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TensorboardBlobSequence
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb
Overview
One point viewable on a blob metric plot, but mostly just a wrapper message
to work around repeated fields can't be used directly within oneof
fields.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TensorboardBlob>
List of blobs contained within the sequence.
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TensorboardBlob>
Returns List of blobs contained within the sequence.
90 91 92 93 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 90 class TensorboardBlobSequence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |