diff --git a/src/braket/aws/aws_quantum_job.py b/src/braket/aws/aws_quantum_job.py index d5a0341c0..5edb2b509 100644 --- a/src/braket/aws/aws_quantum_job.py +++ b/src/braket/aws/aws_quantum_job.py @@ -106,7 +106,8 @@ def create( `image_uris.retrieve_image()` function may be used for retrieving the ECR image URIs for the containers supported by Braket. Default = ``. - job_name (str): A str that specifies the name with which the job is created. + job_name (str): A str that specifies the name with which the job is created. + Allowed pattern for job name: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,50}$ Default: f'{image_uri_type}-{timestamp}'. code_location (str): The S3 prefix URI where custom code will be uploaded.