amazonka-sagemaker-2.0: Amazon SageMaker Service 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.SageMaker.Types.ModelCardExportJobSummary

Description

 
Synopsis

Documentation

data ModelCardExportJobSummary Source #

The summary of the Amazon SageMaker Model Card export job.

See: newModelCardExportJobSummary smart constructor.

Constructors

ModelCardExportJobSummary' 

Fields

Instances

Instances details
FromJSON ModelCardExportJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardExportJobSummary

Generic ModelCardExportJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardExportJobSummary

Associated Types

type Rep ModelCardExportJobSummary :: Type -> Type #

Read ModelCardExportJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardExportJobSummary

Show ModelCardExportJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardExportJobSummary

NFData ModelCardExportJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardExportJobSummary

Eq ModelCardExportJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardExportJobSummary

Hashable ModelCardExportJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardExportJobSummary

type Rep ModelCardExportJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardExportJobSummary

type Rep ModelCardExportJobSummary = D1 ('MetaData "ModelCardExportJobSummary" "Amazonka.SageMaker.Types.ModelCardExportJobSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelCardExportJobSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelCardExportJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "modelCardExportJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelCardExportJobStatus))) :*: ((S1 ('MetaSel ('Just "modelCardName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelCardVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModifiedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newModelCardExportJobSummary Source #

Create a value of ModelCardExportJobSummary 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:modelCardExportJobName:ModelCardExportJobSummary', modelCardExportJobSummary_modelCardExportJobName - The name of the model card export job.

$sel:modelCardExportJobArn:ModelCardExportJobSummary', modelCardExportJobSummary_modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job.

$sel:status:ModelCardExportJobSummary', modelCardExportJobSummary_status - The completion status of the model card export job.

$sel:modelCardName:ModelCardExportJobSummary', modelCardExportJobSummary_modelCardName - The name of the model card that the export job exports.

$sel:modelCardVersion:ModelCardExportJobSummary', modelCardExportJobSummary_modelCardVersion - The version of the model card that the export job exports.

$sel:createdAt:ModelCardExportJobSummary', modelCardExportJobSummary_createdAt - The date and time that the model card export job was created.

$sel:lastModifiedAt:ModelCardExportJobSummary', modelCardExportJobSummary_lastModifiedAt - The date and time that the model card export job was last modified..

modelCardExportJobSummary_modelCardExportJobArn :: Lens' ModelCardExportJobSummary Text Source #

The Amazon Resource Name (ARN) of the model card export job.

modelCardExportJobSummary_modelCardName :: Lens' ModelCardExportJobSummary Text Source #

The name of the model card that the export job exports.

modelCardExportJobSummary_modelCardVersion :: Lens' ModelCardExportJobSummary Int Source #

The version of the model card that the export job exports.

modelCardExportJobSummary_createdAt :: Lens' ModelCardExportJobSummary UTCTime Source #

The date and time that the model card export job was created.

modelCardExportJobSummary_lastModifiedAt :: Lens' ModelCardExportJobSummary UTCTime Source #

The date and time that the model card export job was last modified..