View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataGcsSource (google_api_ai_platform v0.10.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.GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadataGcsSource{
    uri: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.