Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint (v0.63.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint.

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
  • (::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.

#scalar=

def scalar=(value) -> ::Google::Cloud::AIPlatform::V1::Scalar
Parameter
  • value (::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.

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.

#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
Returns

#tensor=

def tensor=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardTensor
Parameter
  • value (::Google::Cloud::AIPlatform::V1::TensorboardTensor) — 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

#wall_time

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

#wall_time=

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