Class: Google::Cloud::AIPlatform::V1::TensorboardTimeSeries::Metadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::TensorboardTimeSeries::Metadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_time_series.rb
Overview
Describes metadata for a TensorboardTimeSeries.
Instance Attribute Summary collapse
-
#max_blob_sequence_length ⇒ ::Integer
readonly
Output only.
-
#max_step ⇒ ::Integer
readonly
Output only.
-
#max_wall_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#max_blob_sequence_length ⇒ ::Integer (readonly)
Returns Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.
77 78 79 80 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_time_series.rb', line 77 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_step ⇒ ::Integer (readonly)
Returns Output only. Max step index of all data points within a TensorboardTimeSeries.
77 78 79 80 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_time_series.rb', line 77 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_wall_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.
77 78 79 80 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_time_series.rb', line 77 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |