Creating Async Translation Jobs with Pretrained Models
Create an Async translation job with Language pretrained models.
Upload documents to a bucket. For more information, see Upload Dataset. If translation outputs must be stored in a different bucket, create a new bucket or ensure an existing bucket is available. Use the oci ai language create job command and required parameters to create Async jobs:
Example:
oci ai language job create --generate-param-json-input input-location > input-location.json oci ai language job create --generate-param-json-input model-metadata-details > model-metadata-details.json oci ai language job create --generate-param-json-input output-location > output-location.json
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the CreateJob operation to create an Async job.