View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTablesDatasetMetadataGcsSource (google_api_ai_platform v0.3.0)
Attributes
-
uri
(type:list(String.t)
, default:nil
) - Cloud Storage URI of one or more files. Only CSV files are supported. The first line of the CSV file is used as the header. If there are multiple files, the header is the first line of the lexicographically first file, the other files must either contain the exact same header or omit the header.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTablesDatasetMetadataGcsSource{ uri: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.