model property
The model
type requested for this translation.
The format depends on model type: - AutoML Translation models:
projects/{project-number-or-id}/locations/{location-id}/models/{model-id}
- General (built-in) models:
projects/{project-number-or-id}/locations/{location-id}/models/general/nmt
, For global (non-regionalized) requests, uselocation-id
global
. For example,projects/{project-number-or-id}/locations/global/models/general/nmt
. If not provided, the default Google model (NMT) will be used
Optional.
Implementation
core.String? model;