View Source AWS.Braket (aws-elixir v1.0.4)
The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.
Additional Resources:
*
Link to this section Summary
Functions
Cancels an Amazon Braket job.
Cancels the specified task.
Creates an Amazon Braket job.
Creates a quantum task.
Retrieves the devices available in Amazon Braket.
Retrieves the specified Amazon Braket job.
Retrieves the specified quantum task.
Shows the tags associated with this resource.
Searches for devices using the specified filters.
Searches for Amazon Braket jobs that match the specified filter values.
Searches for tasks that match the specified filter values.
Add a tag to the specified resource.
Remove tags from a resource.
Link to this section Functions
Cancels an Amazon Braket job.
cancel_quantum_task(client, quantum_task_arn, input, options \\ [])
View SourceCancels the specified task.
Creates an Amazon Braket job.
Creates a quantum task.
Retrieves the devices available in Amazon Braket.
For backwards compatibility with older versions of BraketSchemas, OpenQASM information is omitted from GetDevice API calls. To get this information the user-agent needs to present a recent version of the BraketSchemas (1.8.0 or later). The Braket SDK automatically reports this for you. If you do not see OpenQASM results in the GetDevice response when using a Braket SDK, you may need to set AWS_EXECUTION_ENV environment variable to configure user-agent. See the code examples provided below for how to do this for the AWS CLI, Boto3, and the Go, Java, and JavaScript/TypeScript SDKs.
get_job(client, job_arn, additional_attribute_names \\ nil, options \\ [])
View SourceRetrieves the specified Amazon Braket job.
get_quantum_task(client, quantum_task_arn, additional_attribute_names \\ nil, options \\ [])
View SourceRetrieves the specified quantum task.
Shows the tags associated with this resource.
Searches for devices using the specified filters.
Searches for Amazon Braket jobs that match the specified filter values.
Searches for tasks that match the specified filter values.
Add a tag to the specified resource.
Remove tags from a resource.