Class: Google::Cloud::AIPlatform::V1::TensorboardTensor
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TensorboardTensor
- 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 tensor metric plot.
Instance Attribute Summary collapse
-
#value ⇒ ::String
Required.
-
#version_number ⇒ ::Integer
Optional.
Instance Attribute Details
#value ⇒ ::String
Returns Required. Serialized form of https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/tensor.proto.
80 81 82 83 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 80 class TensorboardTensor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_number ⇒ ::Integer
Returns Optional. Version number of TensorProto used to serialize value.
80 81 82 83 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 80 class TensorboardTensor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |