| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
QuantumTaskSummary |
QuantumTaskSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
QuantumTaskSummary |
QuantumTaskSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
QuantumTaskSummary |
QuantumTaskSummary.clone() |
QuantumTaskSummary |
QuantumTaskSummary.withCreatedAt(Date createdAt)
The time at which the task was created.
|
QuantumTaskSummary |
QuantumTaskSummary.withDeviceArn(String deviceArn)
The ARN of the device the task ran on.
|
QuantumTaskSummary |
QuantumTaskSummary.withEndedAt(Date endedAt)
The time at which the task finished.
|
QuantumTaskSummary |
QuantumTaskSummary.withOutputS3Bucket(String outputS3Bucket)
The S3 bucket where the task result file is stored..
|
QuantumTaskSummary |
QuantumTaskSummary.withOutputS3Directory(String outputS3Directory)
The folder in the S3 bucket where the task result file is stored.
|
QuantumTaskSummary |
QuantumTaskSummary.withQuantumTaskArn(String quantumTaskArn)
The ARN of the task.
|
QuantumTaskSummary |
QuantumTaskSummary.withShots(Long shots)
The shots used for the task.
|
QuantumTaskSummary |
QuantumTaskSummary.withStatus(QuantumTaskStatus status)
The status of the task.
|
QuantumTaskSummary |
QuantumTaskSummary.withStatus(String status)
The status of the task.
|
QuantumTaskSummary |
QuantumTaskSummary.withTags(Map<String,String> tags)
Displays the key, value pairs of tags associated with this quantum task.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuantumTaskSummary> |
SearchQuantumTasksResult.getQuantumTasks()
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
| Modifier and Type | Method and Description |
|---|---|
SearchQuantumTasksResult |
SearchQuantumTasksResult.withQuantumTasks(QuantumTaskSummary... quantumTasks)
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchQuantumTasksResult.setQuantumTasks(Collection<QuantumTaskSummary> quantumTasks)
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
SearchQuantumTasksResult |
SearchQuantumTasksResult.withQuantumTasks(Collection<QuantumTaskSummary> quantumTasks)
An array of
QuantumTaskSummary objects for tasks that match the specified filters. |
Copyright © 2022. All rights reserved.