Module Values.CreateQuantumTaskRequestSource

Creates a quantum task.

Sourcetype nonrec t = {
  1. clientToken : String64.t;
    (*

    The client token associated with the request.

    *)
  2. deviceArn : DeviceArn.t;
    (*

    The ARN of the device to run the quantum task on.

    *)
  3. deviceParameters : CreateQuantumTaskRequestDeviceParametersString.t option;
    (*

    The parameters for the device to run the quantum task on.

    *)
  4. shots : CreateQuantumTaskRequestShotsLong.t;
    (*

    The number of shots to use for the quantum task.

    *)
  5. outputS3Bucket : CreateQuantumTaskRequestOutputS3BucketString.t;
    (*

    The S3 bucket to store quantum task result files in.

    *)
  6. outputS3KeyPrefix : CreateQuantumTaskRequestOutputS3KeyPrefixString.t;
    (*

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

    *)
  7. action : JsonValue.t;
    (*

    The action associated with the quantum task.

    *)
  8. tags : TagsMap.t option;
    (*

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

    *)
  9. jobToken : JobToken.t option;
    (*

    The token for an Amazon Braket hybrid job that associates it with the quantum task.

    *)
  10. associations : CreateQuantumTaskRequestAssociationsList.t option;
    (*

    The list of Amazon Braket resources associated with the quantum task.

    *)
  11. experimentalCapabilities : ExperimentalCapabilities.t option;
    (*

    Enable experimental capabilities for the quantum task.

    *)
}
Sourceval context_ : string
Sourceval make : ?deviceParameters:??? -> ?tags:??? -> ?jobToken:??? -> ?associations:??? -> ?experimentalCapabilities:??? -> clientToken:String64.t -> deviceArn:DeviceArn.t -> shots:CreateQuantumTaskRequestShotsLong.t -> outputS3Bucket:CreateQuantumTaskRequestOutputS3BucketString.t -> outputS3KeyPrefix:CreateQuantumTaskRequestOutputS3KeyPrefixString.t -> action:JsonValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of BraketResourceArn.t ]) list ] list | `Long of CreateQuantumTaskRequestShotsLong.t | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String64.t | `Structure of (string * [> `Enum of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t