Class Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint (v0.1.0)

A TensorboardTimeSeries data point.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#blobs

def blobs() -> ::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence
Returns

#blobs=

def blobs=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence
Parameter
Returns

#scalar

def scalar() -> ::Google::Cloud::AIPlatform::V1::Scalar
Returns

#scalar=

def scalar=(value) -> ::Google::Cloud::AIPlatform::V1::Scalar
Parameter
Returns

#step

def step() -> ::Integer
Returns
  • (::Integer) — Step index of this data point within the run.

#step=

def step=(value) -> ::Integer
Parameter
  • value (::Integer) — Step index of this data point within the run.
Returns
  • (::Integer) — Step index of this data point within the run.

#tensor

def tensor() -> ::Google::Cloud::AIPlatform::V1::TensorboardTensor

#tensor=

def tensor=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardTensor
Parameter

#wall_time

def wall_time() -> ::Google::Protobuf::Timestamp
Returns

#wall_time=

def wall_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns