View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadata (google_api_ai_platform v0.13.0)
The metadata of Datasets that contain time series data.
Attributes
-
inputConfig
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataInputConfig.t
, default:nil
) - -
timeColumn
(type:String.t
, default:nil
) - The column name of the time column that identifies time order in the time series. -
timeSeriesIdentifierColumn
(type:String.t
, default:nil
) - The column name of the time series identifier column that identifies the time series.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadata{ inputConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataInputConfig.t() | nil, timeColumn: String.t() | nil, timeSeriesIdentifierColumn: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.