amazonka-lookoutvision-2.0: Amazon Lookout for Vision 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.LookoutVision.Types.ModelPackagingDescription

Description

 
Synopsis

Documentation

data ModelPackagingDescription Source #

Information about a model packaging job. For more information, see DescribeModelPackagingJob.

See: newModelPackagingDescription smart constructor.

Constructors

ModelPackagingDescription' 

Fields

Instances

Instances details
FromJSON ModelPackagingDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPackagingDescription

Generic ModelPackagingDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPackagingDescription

Associated Types

type Rep ModelPackagingDescription :: Type -> Type #

Read ModelPackagingDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPackagingDescription

Show ModelPackagingDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPackagingDescription

NFData ModelPackagingDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPackagingDescription

Eq ModelPackagingDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPackagingDescription

Hashable ModelPackagingDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPackagingDescription

type Rep ModelPackagingDescription Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ModelPackagingDescription

type Rep ModelPackagingDescription = D1 ('MetaData "ModelPackagingDescription" "Amazonka.LookoutVision.Types.ModelPackagingDescription" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "ModelPackagingDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelPackagingConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackagingConfiguration)) :*: S1 ('MetaSel ('Just "modelPackagingJobDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "modelPackagingMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelPackagingOutputDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackagingOutputDetails)) :*: S1 ('MetaSel ('Just "modelVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelPackagingJobStatus)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newModelPackagingDescription :: ModelPackagingDescription Source #

Create a value of ModelPackagingDescription 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:creationTimestamp:ModelPackagingDescription', modelPackagingDescription_creationTimestamp - The Unix timestamp for the time and date that the model packaging job was created.

$sel:jobName:ModelPackagingDescription', modelPackagingDescription_jobName - The name of the model packaging job.

$sel:lastUpdatedTimestamp:ModelPackagingDescription', modelPackagingDescription_lastUpdatedTimestamp - The Unix timestamp for the time and date that the model packaging job was last updated.

$sel:modelPackagingConfiguration:ModelPackagingDescription', modelPackagingDescription_modelPackagingConfiguration - The configuration information used in the model packaging job.

$sel:modelPackagingJobDescription:ModelPackagingDescription', modelPackagingDescription_modelPackagingJobDescription - The description for the model packaging job.

$sel:modelPackagingMethod:ModelPackagingDescription', modelPackagingDescription_modelPackagingMethod - The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.

$sel:modelPackagingOutputDetails:ModelPackagingDescription', modelPackagingDescription_modelPackagingOutputDetails - Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.

$sel:modelVersion:ModelPackagingDescription', modelPackagingDescription_modelVersion - The version of the model used in the model packaging job.

$sel:projectName:ModelPackagingDescription', modelPackagingDescription_projectName - The name of the project that's associated with a model that's in the model package.

$sel:status:ModelPackagingDescription', modelPackagingDescription_status - The status of the model packaging job.

$sel:statusMessage:ModelPackagingDescription', modelPackagingDescription_statusMessage - The status message for the model packaging job.

modelPackagingDescription_creationTimestamp :: Lens' ModelPackagingDescription (Maybe UTCTime) Source #

The Unix timestamp for the time and date that the model packaging job was created.

modelPackagingDescription_lastUpdatedTimestamp :: Lens' ModelPackagingDescription (Maybe UTCTime) Source #

The Unix timestamp for the time and date that the model packaging job was last updated.

modelPackagingDescription_modelPackagingMethod :: Lens' ModelPackagingDescription (Maybe Text) Source #

The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.

modelPackagingDescription_modelPackagingOutputDetails :: Lens' ModelPackagingDescription (Maybe ModelPackagingOutputDetails) Source #

Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.

modelPackagingDescription_modelVersion :: Lens' ModelPackagingDescription (Maybe Text) Source #

The version of the model used in the model packaging job.

modelPackagingDescription_projectName :: Lens' ModelPackagingDescription (Maybe Text) Source #

The name of the project that's associated with a model that's in the model package.

modelPackagingDescription_statusMessage :: Lens' ModelPackagingDescription (Maybe Text) Source #

The status message for the model packaging job.