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-
(::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence) — 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.
#blobs=
def blobs=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence-
value (::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence) — 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.
-
(::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence) — 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.
#scalar
def scalar() -> ::Google::Cloud::AIPlatform::V1::Scalar-
(::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-
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.
-
(::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- (::Integer) — Step index of this data point within the run.
#step=
def step=(value) -> ::Integer- value (::Integer) — Step index of this data point within the run.
- (::Integer) — Step index of this data point within the run.
#tensor
def tensor() -> ::Google::Cloud::AIPlatform::V1::TensorboardTensor-
(::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.
#tensor=
def tensor=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardTensor-
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.
-
(::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.
#wall_time
def wall_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Wall clock timestamp when this data point is generated by the end user.
#wall_time=
def wall_time=(value) -> ::Google::Protobuf::Timestamp- value (::Google::Protobuf::Timestamp) — Wall clock timestamp when this data point is generated by the end user.
- (::Google::Protobuf::Timestamp) — Wall clock timestamp when this data point is generated by the end user.