View Source GoogleApi.Translate.V3.Model.DatasetInputConfig (google_api_translate v0.21.0)
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
@type t() :: %GoogleApi.Translate.V3.Model.DatasetInputConfig{ inputFiles: [GoogleApi.Translate.V3.Model.InputFile.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.