diff --git a/src/braket/jobs/local/local_job.py b/src/braket/jobs/local/local_job.py index 8b7394261..b240658c6 100644 --- a/src/braket/jobs/local/local_job.py +++ b/src/braket/jobs/local/local_job.py @@ -53,8 +53,11 @@ def create( docker container. Args: - device (str): ARN for the AWS device which is primarily - accessed for the execution of this job. + device (str): ARN for the AWS device which is primarily accessed for the execution + of this job. Alternatively, a string of the format "local:/" + for using a local simulator for the job. This string will be available as the + environment variable `AMZN_BRAKET_DEVICE_ARN` inside the job container when + using a Braket container. source_module (str): Path (absolute, relative or an S3 URI) to a python module to be tarred and uploaded. If `source_module` is an S3 URI, it must point to a