GoogleApi.Translate.V3.Model.DatasetOutputConfig (google_api_translate v0.22.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.