@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSBraket
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSBraket instead.
The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
CancelQuantumTaskResult |
cancelQuantumTask(CancelQuantumTaskRequest cancelQuantumTaskRequest)
Cancels the specified task.
|
CreateQuantumTaskResult |
createQuantumTask(CreateQuantumTaskRequest createQuantumTaskRequest)
Creates a quantum task.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDeviceResult |
getDevice(GetDeviceRequest getDeviceRequest)
Retrieves the devices available in Amazon Braket.
|
GetQuantumTaskResult |
getQuantumTask(GetQuantumTaskRequest getQuantumTaskRequest)
Retrieves the specified quantum task.
|
SearchDevicesResult |
searchDevices(SearchDevicesRequest searchDevicesRequest)
Searches for devices using the specified filters.
|
SearchQuantumTasksResult |
searchQuantumTasks(SearchQuantumTasksRequest searchQuantumTasksRequest)
Searches for tasks that match the specified filter values.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
CancelQuantumTaskResult cancelQuantumTask(CancelQuantumTaskRequest cancelQuantumTaskRequest)
Cancels the specified task.
cancelQuantumTaskRequest - ResourceNotFoundException - The specified resource was not found.AccessDeniedException - You do not have sufficient access to perform this action.ConflictException - An error occurred due to a conflict.ThrottlingException - The throttling rate limit is met.InternalServiceException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.CreateQuantumTaskResult createQuantumTask(CreateQuantumTaskRequest createQuantumTaskRequest)
Creates a quantum task.
createQuantumTaskRequest - AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - The throttling rate limit is met.DeviceOfflineException - The specified device is currently offline.InternalServiceException - The request processing has failed because of an unknown error, exception or failure.ServiceQuotaExceededException - The request failed because a service quota is met.ValidationException - The input fails to satisfy the constraints specified by an AWS service.GetDeviceResult getDevice(GetDeviceRequest getDeviceRequest)
Retrieves the devices available in Amazon Braket.
getDeviceRequest - ResourceNotFoundException - The specified resource was not found.AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - The throttling rate limit is met.InternalServiceException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.GetQuantumTaskResult getQuantumTask(GetQuantumTaskRequest getQuantumTaskRequest)
Retrieves the specified quantum task.
getQuantumTaskRequest - ResourceNotFoundException - The specified resource was not found.AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - The throttling rate limit is met.InternalServiceException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.SearchDevicesResult searchDevices(SearchDevicesRequest searchDevicesRequest)
Searches for devices using the specified filters.
searchDevicesRequest - AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - The throttling rate limit is met.InternalServiceException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.SearchQuantumTasksResult searchQuantumTasks(SearchQuantumTasksRequest searchQuantumTasksRequest)
Searches for tasks that match the specified filter values.
searchQuantumTasksRequest - AccessDeniedException - You do not have sufficient access to perform this action.ThrottlingException - The throttling rate limit is met.InternalServiceException - The request processing has failed because of an unknown error, exception or failure.ValidationException - The input fails to satisfy the constraints specified by an AWS service.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request - The originally executed request.Copyright © 2020. All rights reserved.