amazonka-braket-2.0: Amazon Braket SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Braket.Types.JobSummary

Description

 
Synopsis

Documentation

data JobSummary Source #

Provides summary information about an Amazon Braket job.

See: newJobSummary smart constructor.

Constructors

JobSummary' 

Fields

Instances

Instances details
FromJSON JobSummary Source # 
Instance details

Defined in Amazonka.Braket.Types.JobSummary

Generic JobSummary Source # 
Instance details

Defined in Amazonka.Braket.Types.JobSummary

Associated Types

type Rep JobSummary :: Type -> Type #

Read JobSummary Source # 
Instance details

Defined in Amazonka.Braket.Types.JobSummary

Show JobSummary Source # 
Instance details

Defined in Amazonka.Braket.Types.JobSummary

NFData JobSummary Source # 
Instance details

Defined in Amazonka.Braket.Types.JobSummary

Methods

rnf :: JobSummary -> () #

Eq JobSummary Source # 
Instance details

Defined in Amazonka.Braket.Types.JobSummary

Hashable JobSummary Source # 
Instance details

Defined in Amazonka.Braket.Types.JobSummary

type Rep JobSummary Source # 
Instance details

Defined in Amazonka.Braket.Types.JobSummary

newJobSummary Source #

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.