Class ImportAdaptiveMtFileRequest (3.15.2)

ImportAdaptiveMtFileRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for importing an AdaptiveMt file along with its sentences.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
parent str
Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}
file_input_source google.cloud.translate_v3.types.FileInputSource
Inline file source. This field is a member of oneof_ source.
gcs_input_source google.cloud.translate_v3.types.GcsInputSource
Google Cloud Storage file source. This field is a member of oneof_ source.