Class: Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb
Overview
A TensorboardTimeSeries data point.
Instance Attribute Summary collapse
-
#blobs ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence
A blob sequence value.
-
#scalar ⇒ ::Google::Cloud::AIPlatform::V1::Scalar
A scalar value.
-
#step ⇒ ::Integer
Step index of this data point within the run.
-
#tensor ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardTensor
A tensor value.
-
#wall_time ⇒ ::Google::Protobuf::Timestamp
Wall clock timestamp when this data point is generated by the end user.
Instance Attribute Details
#blobs ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence
Returns A blob sequence value.
57 58 59 60 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57 class TimeSeriesDataPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scalar ⇒ ::Google::Cloud::AIPlatform::V1::Scalar
Returns A scalar value.
57 58 59 60 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57 class TimeSeriesDataPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#step ⇒ ::Integer
Returns Step index of this data point within the run.
57 58 59 60 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57 class TimeSeriesDataPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensor ⇒ ::Google::Cloud::AIPlatform::V1::TensorboardTensor
Returns A tensor value.
57 58 59 60 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57 class TimeSeriesDataPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wall_time ⇒ ::Google::Protobuf::Timestamp
Returns Wall clock timestamp when this data point is generated by the end user.
57 58 59 60 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57 class TimeSeriesDataPoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |