Class: Aws::Braket::Types::CreateQuantumTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::CreateQuantumTaskRequest
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action associated with the quantum task.
-
#associations ⇒ Array<Types::Association>
The list of Amazon Braket resources associated with the quantum task.
-
#client_token ⇒ String
The client token associated with the request.
-
#device_arn ⇒ String
The ARN of the device to run the quantum task on.
-
#device_parameters ⇒ String
The parameters for the device to run the quantum task on.
-
#job_token ⇒ String
The token for an Amazon Braket hybrid job that associates it with the quantum task.
-
#output_s3_bucket ⇒ String
The S3 bucket to store quantum task result files in.
-
#output_s3_key_prefix ⇒ String
The key prefix for the location in the S3 bucket to store quantum task results in.
-
#shots ⇒ Integer
The number of shots to use for the quantum task.
-
#tags ⇒ Hash<String,String>
Tags to be added to the quantum task you're creating.
Instance Attribute Details
#action ⇒ String
The action associated with the quantum task.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#associations ⇒ Array<Types::Association>
The list of Amazon Braket resources associated with the quantum task.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
The client token associated with the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#device_arn ⇒ String
The ARN of the device to run the quantum task on.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#device_parameters ⇒ String
The parameters for the device to run the quantum task on.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#job_token ⇒ String
The token for an Amazon Braket hybrid job that associates it with the quantum task.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#output_s3_bucket ⇒ String
The S3 bucket to store quantum task result files in.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#output_s3_key_prefix ⇒ String
The key prefix for the location in the S3 bucket to store quantum task results in.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#shots ⇒ Integer
The number of shots to use for the quantum task.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags to be added to the quantum task you're creating.
344 345 346 347 348 349 350 351 352 353 354 355 356 357 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 344 class CreateQuantumTaskRequest < Struct.new( :client_token, :device_arn, :device_parameters, :shots, :output_s3_bucket, :output_s3_key_prefix, :action, :tags, :job_token, :associations) SENSITIVE = [] include Aws::Structure end |