View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataInputConfig (google_api_ai_platform v0.13.0)

The time series Dataset's data source. The Dataset doesn't store the data directly, but only pointer(s) to its data.

Attributes

  • bigquerySource (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataBigQuerySource.t, default: nil) -
  • gcsSource (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataGcsSource.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataInputConfig{
    bigquerySource:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataBigQuerySource.t()
      | nil,
    gcsSource:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataGcsSource.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.