View Source aws_braket (aws v0.5.0)

The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.

Link to this section Summary

Functions

Cancels an Amazon Braket job.
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

Link to this function

cancel_job(Client, JobArn, Input)

View Source
Cancels an Amazon Braket job.
Link to this function

cancel_job(Client, JobArn, Input0, Options0)

View Source
Link to this function

cancel_quantum_task(Client, QuantumTaskArn, Input)

View Source
Cancels the specified task.
Link to this function

cancel_quantum_task(Client, QuantumTaskArn, Input0, Options0)

View Source
Link to this function

create_job(Client, Input)

View Source
Creates an Amazon Braket job.
Link to this function

create_job(Client, Input0, Options0)

View Source
Link to this function

create_quantum_task(Client, Input)

View Source
Creates a quantum task.
Link to this function

create_quantum_task(Client, Input0, Options0)

View Source
Link to this function

get_device(Client, DeviceArn)

View Source
Retrieves the devices available in Amazon Braket.
Link to this function

get_device(Client, DeviceArn, QueryMap, HeadersMap)

View Source
Link to this function

get_device(Client, DeviceArn, QueryMap, HeadersMap, Options0)

View Source
Retrieves the specified Amazon Braket job.
Link to this function

get_job(Client, JobArn, QueryMap, HeadersMap)

View Source
Link to this function

get_job(Client, JobArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_quantum_task(Client, QuantumTaskArn)

View Source
Retrieves the specified quantum task.
Link to this function

get_quantum_task(Client, QuantumTaskArn, QueryMap, HeadersMap)

View Source
Link to this function

get_quantum_task(Client, QuantumTaskArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Shows the tags associated with this resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

search_devices(Client, Input)

View Source
Searches for devices using the specified filters.
Link to this function

search_devices(Client, Input0, Options0)

View Source
Link to this function

search_jobs(Client, Input)

View Source
Searches for Amazon Braket jobs that match the specified filter values.
Link to this function

search_jobs(Client, Input0, Options0)

View Source
Link to this function

search_quantum_tasks(Client, Input)

View Source
Searches for tasks that match the specified filter values.
Link to this function

search_quantum_tasks(Client, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Add a tag to the specified resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Remove tags from a resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source