Class: Google::Cloud::AIPlatform::V1::TensorboardTensor

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 point viewable on a tensor metric plot.

Instance Attribute Summary collapse

Instance Attribute Details

#value::String



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.

Returns:

  • (::Integer)

    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