Creates a quantum task.
See https://www.paws-r-sdk.com/docs/braket_create_quantum_task/ for full documentation.
braket_create_quantum_task(
action,
associations = NULL,
clientToken,
deviceArn,
deviceParameters = NULL,
jobToken = NULL,
outputS3Bucket,
outputS3KeyPrefix,
shots,
tags = NULL
)
[required] The action associated with the task.
The list of Amazon Braket resources associated with the quantum task.
[required] The client token associated with the request.
[required] The ARN of the device to run the task on.
The parameters for the device to run the task on.
The token for an Amazon Braket job that associates it with the quantum task.
[required] The S3 bucket to store task result files in.
[required] The key prefix for the location in the S3 bucket to store task results in.
[required] The number of shots to use for the task.
Tags to be added to the quantum task you're creating.