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

The Cloud Storage input instances.

Attributes

  • dataFormat (type: String.t, default: nil) - The format in which instances are given, if not specified, assume it's JSONL format. Currently only JSONL format is supported.
  • gcsSource (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsSource.t, default: nil) - The Cloud Storage location for the input instances.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesExampleGcsSource{
    dataFormat: String.t() | nil,
    gcsSource:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1GcsSource.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.