Package-level declarations
Types
Functions
Link copied to clipboard
inline suspend fun BraketClient.cancelJob(crossinline block: CancelJobRequest.Builder.() -> Unit): CancelJobResponse
Cancels an Amazon Braket job.
Link copied to clipboard
inline suspend fun BraketClient.cancelQuantumTask(crossinline block: CancelQuantumTaskRequest.Builder.() -> Unit): CancelQuantumTaskResponse
Cancels the specified task.
Link copied to clipboard
inline suspend fun BraketClient.createJob(crossinline block: CreateJobRequest.Builder.() -> Unit): CreateJobResponse
Creates an Amazon Braket job.
Link copied to clipboard
inline suspend fun BraketClient.createQuantumTask(crossinline block: CreateQuantumTaskRequest.Builder.() -> Unit): CreateQuantumTaskResponse
Creates a quantum task.
Link copied to clipboard
inline suspend fun BraketClient.getDevice(crossinline block: GetDeviceRequest.Builder.() -> Unit): GetDeviceResponse
Retrieves the devices available in Amazon Braket.
Link copied to clipboard
inline suspend fun BraketClient.getJob(crossinline block: GetJobRequest.Builder.() -> Unit): GetJobResponse
Retrieves the specified Amazon Braket job.
Link copied to clipboard
inline suspend fun BraketClient.getQuantumTask(crossinline block: GetQuantumTaskRequest.Builder.() -> Unit): GetQuantumTaskResponse
Retrieves the specified quantum task.
Link copied to clipboard
inline suspend fun BraketClient.listTagsForResource(crossinline block: ListTagsForResourceRequest.Builder.() -> Unit): ListTagsForResourceResponse
Shows the tags associated with this resource.
Link copied to clipboard
inline suspend fun BraketClient.searchDevices(crossinline block: SearchDevicesRequest.Builder.() -> Unit): SearchDevicesResponse
Searches for devices using the specified filters.
Link copied to clipboard
inline suspend fun BraketClient.searchJobs(crossinline block: SearchJobsRequest.Builder.() -> Unit): SearchJobsResponse
Searches for Amazon Braket jobs that match the specified filter values.
Link copied to clipboard
inline suspend fun BraketClient.searchQuantumTasks(crossinline block: SearchQuantumTasksRequest.Builder.() -> Unit): SearchQuantumTasksResponse
Searches for tasks that match the specified filter values.
Link copied to clipboard
inline suspend fun BraketClient.tagResource(crossinline block: TagResourceRequest.Builder.() -> Unit): TagResourceResponse
Add a tag to the specified resource.
Link copied to clipboard
inline suspend fun BraketClient.untagResource(crossinline block: UntagResourceRequest.Builder.() -> Unit): UntagResourceResponse
Remove tags from a resource.
Link copied to clipboard
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.