Braket
import { Braket } from "https://aws-api.deno.dev/v0.2/services/braket.ts?docs=full";
class Braket { }
constructor(apiFactory: client.ApiFactory);
async cancelQuantumTask(params: CancelQuantumTaskRequest, opts?: client.RequestOptions): Promise<CancelQuantumTaskResponse>;
async createQuantumTask(params: CreateQuantumTaskRequest, opts?: client.RequestOptions): Promise<CreateQuantumTaskResponse>;
async getDevice(params: GetDeviceRequest, opts?: client.RequestOptions): Promise<GetDeviceResponse>;
async getQuantumTask(params: GetQuantumTaskRequest, opts?: client.RequestOptions): Promise<GetQuantumTaskResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async searchDevices(params: SearchDevicesRequest, opts?: client.RequestOptions): Promise<SearchDevicesResponse>;
async searchQuantumTasks(params: SearchQuantumTasksRequest, opts?: client.RequestOptions): Promise<SearchQuantumTasksResponse>;
§Constructors
§
new Braket(apiFactory: client.ApiFactory)
[src]§Methods
§
cancelQuantumTask(params: CancelQuantumTaskRequest, opts?: client.RequestOptions): Promise<CancelQuantumTaskResponse>
[src]Cancels the specified task.
§
createQuantumTask(params: CreateQuantumTaskRequest, opts?: client.RequestOptions): Promise<CreateQuantumTaskResponse>
[src]Creates a quantum task.
§
getQuantumTask(params: GetQuantumTaskRequest, opts?: client.RequestOptions): Promise<GetQuantumTaskResponse>
[src]Retrieves the specified quantum task.
§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]Shows the tags associated with this resource.
§
searchDevices(params: SearchDevicesRequest, opts?: client.RequestOptions): Promise<SearchDevicesResponse>
[src]Searches for devices using the specified filters.
§
searchQuantumTasks(params: SearchQuantumTasksRequest, opts?: client.RequestOptions): Promise<SearchQuantumTasksResponse>
[src]Searches for tasks that match the specified filter values.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]