| Package | Description |
|---|---|
| com.amazonaws.services.braket |
The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.
|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
GetQuantumTaskResult |
AWSBraketClient.getQuantumTask(GetQuantumTaskRequest request)
Retrieves the specified quantum task.
|
GetQuantumTaskResult |
AbstractAWSBraket.getQuantumTask(GetQuantumTaskRequest request) |
GetQuantumTaskResult |
AWSBraket.getQuantumTask(GetQuantumTaskRequest getQuantumTaskRequest)
Retrieves the specified quantum task.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetQuantumTaskResult> |
AbstractAWSBraketAsync.getQuantumTaskAsync(GetQuantumTaskRequest request,
AsyncHandler<GetQuantumTaskRequest,GetQuantumTaskResult> asyncHandler) |
Future<GetQuantumTaskResult> |
AWSBraketAsync.getQuantumTaskAsync(GetQuantumTaskRequest getQuantumTaskRequest,
AsyncHandler<GetQuantumTaskRequest,GetQuantumTaskResult> asyncHandler)
Retrieves the specified quantum task.
|
Future<GetQuantumTaskResult> |
AWSBraketAsyncClient.getQuantumTaskAsync(GetQuantumTaskRequest request,
AsyncHandler<GetQuantumTaskRequest,GetQuantumTaskResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetQuantumTaskResult |
GetQuantumTaskResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetQuantumTaskResult |
GetQuantumTaskResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetQuantumTaskResult |
GetQuantumTaskResult.clone() |
GetQuantumTaskResult |
GetQuantumTaskResult.withAssociations(Association... associations)
The list of Amazon Braket resources associated with the quantum task.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withAssociations(Collection<Association> associations)
The list of Amazon Braket resources associated with the quantum task.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withCreatedAt(Date createdAt)
The time at which the task was created.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withDeviceArn(String deviceArn)
The ARN of the device the task was run on.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withDeviceParameters(String deviceParameters)
The parameters for the device on which the task ran.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withEndedAt(Date endedAt)
The time at which the task ended.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withFailureReason(String failureReason)
The reason that a task failed.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withJobArn(String jobArn)
The ARN of the Amazon Braket job associated with the quantum task.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withOutputS3Bucket(String outputS3Bucket)
The S3 bucket where task results are stored.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withOutputS3Directory(String outputS3Directory)
The folder in the S3 bucket where task results are stored.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withQuantumTaskArn(String quantumTaskArn)
The ARN of the task.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withQueueInfo(QuantumTaskQueueInfo queueInfo)
Queue information for the requested quantum task.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withShots(Long shots)
The number of shots used in the task.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withStatus(QuantumTaskStatus status)
The status of the task.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withStatus(String status)
The status of the task.
|
GetQuantumTaskResult |
GetQuantumTaskResult.withTags(Map<String,String> tags)
The tags that belong to this task.
|
Copyright © 2023. All rights reserved.