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

View Source

Input configuration for datasets.

Attributes

  • inputFiles (type: list(GoogleApi.Translate.V3.Model.InputFile.t), default: nil) - Files containing the sentence pairs to be imported to the dataset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Translate.V3.Model.DatasetInputConfig{
  inputFiles: [GoogleApi.Translate.V3.Model.InputFile.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.