| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
JobSummary |
JobSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withCreatedAt(Date createdAt)
The date and time that the Amazon Braket job was created.
|
JobSummary |
JobSummary.withDevice(String device)
Provides summary information about the primary device used by an Amazon Braket job.
|
JobSummary |
JobSummary.withEndedAt(Date endedAt)
The date and time that the Amazon Braket job ended.
|
JobSummary |
JobSummary.withJobArn(String jobArn)
The ARN of the Amazon Braket job.
|
JobSummary |
JobSummary.withJobName(String jobName)
The name of the Amazon Braket job.
|
JobSummary |
JobSummary.withStartedAt(Date startedAt)
The date and time that the Amazon Braket job was started.
|
JobSummary |
JobSummary.withStatus(JobPrimaryStatus status)
The status of the Amazon Braket job.
|
JobSummary |
JobSummary.withStatus(String status)
The status of the Amazon Braket job.
|
JobSummary |
JobSummary.withTags(Map<String,String> tags)
A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
SearchJobsResult.getJobs()
An array of
JobSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
SearchJobsResult |
SearchJobsResult.withJobs(JobSummary... jobs)
An array of
JobSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchJobsResult.setJobs(Collection<JobSummary> jobs)
An array of
JobSummary objects for devices that match the specified filter values. |
SearchJobsResult |
SearchJobsResult.withJobs(Collection<JobSummary> jobs)
An array of
JobSummary objects for devices that match the specified filter values. |
Copyright © 2024. All rights reserved.