class Aws::Braket::Types::CreateQuantumTaskRequest
@note When making an API call, you may pass CreateQuantumTaskRequest
data as a hash: { action: "JsonValue", # required client_token: "String64", # required device_arn: "DeviceArn", # required device_parameters: "CreateQuantumTaskRequestDeviceParametersString", output_s3_bucket: "CreateQuantumTaskRequestOutputS3BucketString", # required output_s3_key_prefix: "CreateQuantumTaskRequestOutputS3KeyPrefixString", # required shots: 1, # required tags: { "String" => "String", }, }
@!attribute [rw] action
The action associated with the task. @return [String]
@!attribute [rw] client_token
The client token associated with the request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] device_arn
The ARN of the device to run the task on. @return [String]
@!attribute [rw] device_parameters
The parameters for the device to run the task on. @return [String]
@!attribute [rw] output_s3_bucket
The S3 bucket to store task result files in. @return [String]
@!attribute [rw] output_s3_key_prefix
The key prefix for the location in the S3 bucket to store task results in. @return [String]
@!attribute [rw] shots
The number of shots to use for the task. @return [Integer]
@!attribute [rw] tags
Tags to be added to the quantum task you're creating. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/braket-2019-09-01/CreateQuantumTaskRequest AWS API Documentation
Constants
- SENSITIVE