You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Braket::Types::CreateQuantumTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateQuantumTaskRequest as input to an Aws::Client method, you can use a vanilla 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",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action associated with the task.

Returns:

  • (String)

    The action associated with the task.

#client_tokenString

The client token associated with the request.

Returns:

  • (String)

    The client token associated with the request.

#device_arnString

The ARN of the device to run the task on.

Returns:

  • (String)

    The ARN of the device to run the task on.

#device_parametersString

The parameters for the device to run the task on.

Returns:

  • (String)

    The parameters for the device to run the task on.

#output_s3_bucketString

The S3 bucket to store task result files in.

Returns:

  • (String)

    The S3 bucket to store task result files in.

#output_s3_key_prefixString

The key prefix for the location in the S3 bucket to store task results in.

Returns:

  • (String)

    The key prefix for the location in the S3 bucket to store task results in.

#shotsInteger

The number of shots to use for the task.

Returns:

  • (Integer)

    The number of shots to use for the task.

#tagsHash<String,String>

Tags to be added to the quantum task you\'re creating.

Returns:

  • (Hash<String,String>)

    Tags to be added to the quantum task you\'re creating.