@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSBraketClient extends AmazonWebServiceClient implements AWSBraket
The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.
| Modifier and Type | Field and Description |
|---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
static AWSBraketClientBuilder |
builder() |
CancelQuantumTaskResult |
cancelQuantumTask(CancelQuantumTaskRequest request)
Cancels the specified task.
|
CreateQuantumTaskResult |
createQuantumTask(CreateQuantumTaskRequest request)
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 request)
Retrieves the devices available in Amazon Braket.
|
GetQuantumTaskResult |
getQuantumTask(GetQuantumTaskRequest request)
Retrieves the specified quantum task.
|
SearchDevicesResult |
searchDevices(SearchDevicesRequest request)
Searches for devices using the specified filters.
|
SearchQuantumTasksResult |
searchQuantumTasks(SearchQuantumTasksRequest request)
Searches for tasks that match the specified filter values.
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, shutdown, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetprotected static final ClientConfigurationFactory configFactory
public static AWSBraketClientBuilder builder()
public CancelQuantumTaskResult cancelQuantumTask(CancelQuantumTaskRequest request)
Cancels the specified task.
cancelQuantumTask in interface AWSBraketcancelQuantumTaskRequest - 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.public CreateQuantumTaskResult createQuantumTask(CreateQuantumTaskRequest request)
Creates a quantum task.
createQuantumTask in interface AWSBraketcreateQuantumTaskRequest - 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.public GetDeviceResult getDevice(GetDeviceRequest request)
Retrieves the devices available in Amazon Braket.
getDevice in interface AWSBraketgetDeviceRequest - 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.public GetQuantumTaskResult getQuantumTask(GetQuantumTaskRequest request)
Retrieves the specified quantum task.
getQuantumTask in interface AWSBraketgetQuantumTaskRequest - 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.public SearchDevicesResult searchDevices(SearchDevicesRequest request)
Searches for devices using the specified filters.
searchDevices in interface AWSBraketsearchDevicesRequest - 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.public SearchQuantumTasksResult searchQuantumTasks(SearchQuantumTasksRequest request)
Searches for tasks that match the specified filter values.
searchQuantumTasks in interface AWSBraketsearchQuantumTasksRequest - 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.public 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 the request.
getCachedResponseMetadata in interface AWSBraketrequest - The originally executed requestCopyright © 2020. All rights reserved.