Class: Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint

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

A TensorboardTimeSeries data point.

Instance Attribute Summary collapse

Instance Attribute Details

#blobs::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence

Returns A blob sequence value.

Note: The following fields are mutually exclusive: blobs, scalar, tensor. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



63
64
65
66
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 63

class TimeSeriesDataPoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#scalar::Google::Cloud::AIPlatform::V1::Scalar

Returns A scalar value.

Note: The following fields are mutually exclusive: scalar, tensor, blobs. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::AIPlatform::V1::Scalar)

    A scalar value.

    Note: The following fields are mutually exclusive: scalar, tensor, blobs. If a field in that set is populated, all other fields in the set will automatically be cleared.



63
64
65
66
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 63

class TimeSeriesDataPoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#step::Integer

Returns Step index of this data point within the run.

Returns:

  • (::Integer)

    Step index of this data point within the run.



63
64
65
66
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 63

class TimeSeriesDataPoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tensor::Google::Cloud::AIPlatform::V1::TensorboardTensor

Returns A tensor value.

Note: The following fields are mutually exclusive: tensor, scalar, blobs. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:



63
64
65
66
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 63

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.

Returns:



63
64
65
66
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 63

class TimeSeriesDataPoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end