View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesDataPoint (google_api_ai_platform v0.24.0)
A TensorboardTimeSeries data point.
Attributes
-
blobs(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardBlobSequence.t, default:nil) - A blob sequence value. -
scalar(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Scalar.t, default:nil) - A scalar value. -
step(type:String.t, default:nil) - Step index of this data point within the run. -
tensor(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardTensor.t, default:nil) - A tensor value. -
wallTime(type:DateTime.t, default:nil) - Wall clock timestamp when this data point is generated by the end user.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesDataPoint{ blobs: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardBlobSequence.t() | nil, scalar: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Scalar.t() | nil, step: String.t() | nil, tensor: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TensorboardTensor.t() | nil, wallTime: DateTime.t() | nil }