model property
Only present when 'model' is present in the request.
'model' is normalized to have a project number. For example: If the
'model' field in TranslateDocumentRequest is:
projects/{project-id}/locations/{location-id}/models/general/nmt
then
model
here would be normalized to
projects/{project-number}/locations/{location-id}/models/general/nmt
.
Implementation
core.String? model;