View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesData (google_api_ai_platform v0.13.0)
All the data stored in a TensorboardTimeSeries.
Attributes
-
tensorboardTimeSeriesId
(type:String.t
, default:nil
) - Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name -
valueType
(type:String.t
, default:nil
) - Required. Immutable. The value type of this time series. All the values in this time series data must match this value type. -
values
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesDataPoint.t)
, default:nil
) - Required. Data points in this time series.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesData{ tensorboardTimeSeriesId: String.t() | nil, valueType: String.t() | nil, values: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesDataPoint.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.