View Source GoogleApi.Translate.V3.Model.AdaptiveMtDataset (google_api_translate v0.21.0)
An Adaptive MT Dataset.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this dataset was created. -
displayName
(type:String.t
, default:nil
) - The name of the dataset to show in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9. -
exampleCount
(type:integer()
, default:nil
) - The number of examples in the dataset. -
name
(type:String.t
, default:nil
) - Required. The resource name of the dataset, in form ofprojects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset_id}
-
sourceLanguageCode
(type:String.t
, default:nil
) - The BCP-47 language code of the source language. -
targetLanguageCode
(type:String.t
, default:nil
) - The BCP-47 language code of the target language. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this dataset was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Translate.V3.Model.AdaptiveMtDataset{ createTime: DateTime.t() | nil, displayName: String.t() | nil, exampleCount: integer() | nil, name: String.t() | nil, sourceLanguageCode: String.t() | nil, targetLanguageCode: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.