View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTablesDatasetMetadataInputConfig (google_api_ai_platform v0.24.0)
The tables 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.GoogleCloudAiplatformV1SchemaTablesDatasetMetadataBigQuerySource.t, default:nil) - -
gcsSource(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTablesDatasetMetadataGcsSource.t, default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTablesDatasetMetadataInputConfig{ bigquerySource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTablesDatasetMetadataBigQuerySource.t() | nil, gcsSource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTablesDatasetMetadataGcsSource.t() | nil }