Protected
Creates a quantum task.
Use a bare-bones client and the command you need to make an API call.
import { BraketClient, CreateQuantumTaskCommand } from "@aws-sdk/client-braket"; // ES Modules import// const { BraketClient, CreateQuantumTaskCommand } = require("@aws-sdk/client-braket"); // CommonJS importconst client = new BraketClient(config);const command = new CreateQuantumTaskCommand(input);const response = await client.send(command);
CreateQuantumTaskCommandInput
CreateQuantumTaskCommandOutput
input
response
config
AccessDeniedException (client fault)
You do not have sufficient access to perform this action.
DeviceOfflineException (client fault)
The specified device is currently offline.
DeviceRetiredException (client fault)
The specified device has been retired.
InternalServiceException (server fault)
The request processing has failed because of an unknown error, exception, or failure.
ServiceQuotaExceededException (client fault)
The request failed because a service quota is exceeded.
ThrottlingException (client fault)
The throttling rate limit is met.
ValidationException (client fault)
The input fails to satisfy the constraints specified by an AWS service.
Readonly
Static
Creates a quantum task.
Example
Use a bare-bones client and the command you need to make an API call.
Param
CreateQuantumTaskCommandInput
Returns
CreateQuantumTaskCommandOutput
See
input
shape.response
shape.config
shape.Throws
AccessDeniedException (client fault)
You do not have sufficient access to perform this action.
Throws
DeviceOfflineException (client fault)
The specified device is currently offline.
Throws
DeviceRetiredException (client fault)
The specified device has been retired.
Throws
InternalServiceException (server fault)
The request processing has failed because of an unknown error, exception, or failure.
Throws
ServiceQuotaExceededException (client fault)
The request failed because a service quota is exceeded.
Throws
ThrottlingException (client fault)
The throttling rate limit is met.
Throws
ValidationException (client fault)
The input fails to satisfy the constraints specified by an AWS service.