Skip to content

Commit

Permalink
update local job doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ajberdy committed Mar 8, 2022
1 parent de09875 commit 4e11e6f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/braket/jobs/local/local_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:<provider>/<simulator>"
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
Expand Down

0 comments on commit 4e11e6f

Please sign in to comment.