View Source GoogleApi.Translate.V3.Model.DatasetOutputConfig (google_api_translate v0.21.0)

Output configuration for datasets.

Attributes

  • gcsDestination (type: GoogleApi.Translate.V3.Model.GcsOutputDestination.t, default: nil) - Google Cloud Storage destination to write the output.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Translate.V3.Model.DatasetOutputConfig{
  gcsDestination: GoogleApi.Translate.V3.Model.GcsOutputDestination.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.