View source: R/braket_operations.R
| braket_create_quantum_task | R Documentation | 
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
)
| action | [required] The action associated with the task. | 
| associations | The list of Amazon Braket resources associated with the quantum task. | 
| clientToken | [required] The client token associated with the request. | 
| deviceArn | [required] The ARN of the device to run the task on. | 
| deviceParameters | The parameters for the device to run the task on. | 
| jobToken | The token for an Amazon Braket job that associates it with the quantum task. | 
| outputS3Bucket | [required] The S3 bucket to store task result files in. | 
| outputS3KeyPrefix | [required] The key prefix for the location in the S3 bucket to store task results in. | 
| shots | [required] The number of shots to use for the task. | 
| tags | Tags to be added to the quantum task you're creating. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.