| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Braket.Types.JobSummary
Description
Synopsis
- data JobSummary = JobSummary' {}
- newJobSummary :: UTCTime -> Text -> Text -> Text -> JobPrimaryStatus -> JobSummary
- jobSummary_endedAt :: Lens' JobSummary (Maybe UTCTime)
- jobSummary_startedAt :: Lens' JobSummary (Maybe UTCTime)
- jobSummary_tags :: Lens' JobSummary (Maybe (HashMap Text Text))
- jobSummary_createdAt :: Lens' JobSummary UTCTime
- jobSummary_device :: Lens' JobSummary Text
- jobSummary_jobArn :: Lens' JobSummary Text
- jobSummary_jobName :: Lens' JobSummary Text
- jobSummary_status :: Lens' JobSummary JobPrimaryStatus
Documentation
data JobSummary Source #
Provides summary information about an Amazon Braket job.
See: newJobSummary smart constructor.
Constructors
| JobSummary' | |
Fields
| |
Instances
Arguments
| :: UTCTime | |
| -> Text | |
| -> Text | |
| -> Text | |
| -> JobPrimaryStatus | |
| -> JobSummary |
Create a value of JobSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endedAt:JobSummary', jobSummary_endedAt - The date and time that the Amazon Braket job ended.
$sel:startedAt:JobSummary', jobSummary_startedAt - The date and time that the Amazon Braket job was started.
$sel:tags:JobSummary', jobSummary_tags - A tag object that consists of a key and an optional value, used to
manage metadata for Amazon Braket resources.
$sel:createdAt:JobSummary', jobSummary_createdAt - The date and time that the Amazon Braket job was created.
$sel:device:JobSummary', jobSummary_device - Provides summary information about the primary device used by an Amazon
Braket job.
$sel:jobArn:JobSummary', jobSummary_jobArn - The ARN of the Amazon Braket job.
$sel:jobName:JobSummary', jobSummary_jobName - The name of the Amazon Braket job.
$sel:status:JobSummary', jobSummary_status - The status of the Amazon Braket job.
jobSummary_endedAt :: Lens' JobSummary (Maybe UTCTime) Source #
The date and time that the Amazon Braket job ended.
jobSummary_startedAt :: Lens' JobSummary (Maybe UTCTime) Source #
The date and time that the Amazon Braket job was started.
jobSummary_tags :: Lens' JobSummary (Maybe (HashMap Text Text)) Source #
A tag object that consists of a key and an optional value, used to manage metadata for Amazon Braket resources.
jobSummary_createdAt :: Lens' JobSummary UTCTime Source #
The date and time that the Amazon Braket job was created.
jobSummary_device :: Lens' JobSummary Text Source #
Provides summary information about the primary device used by an Amazon Braket job.
jobSummary_jobArn :: Lens' JobSummary Text Source #
The ARN of the Amazon Braket job.
jobSummary_jobName :: Lens' JobSummary Text Source #
The name of the Amazon Braket job.
jobSummary_status :: Lens' JobSummary JobPrimaryStatus Source #
The status of the Amazon Braket job.