Jump to Content

Class SearchQuantumTasksCommandProtected

Searches for tasks that match the specified filter values.

Example

Use a bare-bones client and the command you need to make an API call.

import { BraketClient, SearchQuantumTasksCommand } from "@aws-sdk/client-braket"; // ES Modules import
// const { BraketClient, SearchQuantumTasksCommand } = require("@aws-sdk/client-braket"); // CommonJS import
const client = new BraketClient(config);
const command = new SearchQuantumTasksCommand(input);
const response = await client.send(command);

Param

SearchQuantumTasksCommandInput

Returns

SearchQuantumTasksCommandOutput

See

Throws

AccessDeniedException (client fault)

You do not have sufficient access to perform this action.

Throws

InternalServiceException (server fault)

The request processing has failed because of an unknown error, exception, or failure.

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.

Hierarchy

Constructors

Properties

Methods