Class TimeSeriesDataPoint (1.13.1)

TimeSeriesDataPoint(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A TensorboardTimeSeries data point.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
scalar google.cloud.aiplatform_v1.types.Scalar
A scalar value. This field is a member of `oneof`_ ``value``.
tensor google.cloud.aiplatform_v1.types.TensorboardTensor
A tensor value. This field is a member of `oneof`_ ``value``.
blobs google.cloud.aiplatform_v1.types.TensorboardBlobSequence
A blob sequence value. This field is a member of `oneof`_ ``value``.
wall_time google.protobuf.timestamp_pb2.Timestamp
Wall clock timestamp when this data point is generated by the end user.
step int
Step index of this data point within the run.

Inheritance

builtins.object > proto.message.Message > TimeSeriesDataPoint