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.ModelCardVersionSummary

Description

 
Synopsis

Documentation

data ModelCardVersionSummary Source #

A summary of a specific version of the model card.

See: newModelCardVersionSummary smart constructor.

Constructors

ModelCardVersionSummary' 

Fields

  • lastModifiedTime :: Maybe POSIX

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

  • modelCardName :: Text

    The name of the model card.

  • modelCardArn :: Text

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

  • modelCardStatus :: ModelCardStatus

    The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.

    • Draft: The model card is a work in progress.
    • PendingReview: The model card is pending review.
    • Approved: The model card is approved.
    • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
  • modelCardVersion :: Int

    A version of the model card.

  • creationTime :: POSIX

    The date and time that the model card version was created.

Instances

Instances details
FromJSON ModelCardVersionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardVersionSummary

Generic ModelCardVersionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardVersionSummary

Associated Types

type Rep ModelCardVersionSummary :: Type -> Type #

Read ModelCardVersionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardVersionSummary

Show ModelCardVersionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardVersionSummary

NFData ModelCardVersionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardVersionSummary

Methods

rnf :: ModelCardVersionSummary -> () #

Eq ModelCardVersionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardVersionSummary

Hashable ModelCardVersionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardVersionSummary

type Rep ModelCardVersionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardVersionSummary

type Rep ModelCardVersionSummary = D1 ('MetaData "ModelCardVersionSummary" "Amazonka.SageMaker.Types.ModelCardVersionSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelCardVersionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "modelCardName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelCardArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "modelCardStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelCardStatus) :*: (S1 ('MetaSel ('Just "modelCardVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newModelCardVersionSummary Source #

Create a value of ModelCardVersionSummary 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:lastModifiedTime:ModelCardVersionSummary', modelCardVersionSummary_lastModifiedTime - The time date and time that the model card version was last modified.

$sel:modelCardName:ModelCardVersionSummary', modelCardVersionSummary_modelCardName - The name of the model card.

$sel:modelCardArn:ModelCardVersionSummary', modelCardVersionSummary_modelCardArn - The Amazon Resource Name (ARN) of the model card.

$sel:modelCardStatus:ModelCardVersionSummary', modelCardVersionSummary_modelCardStatus - The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.
  • PendingReview: The model card is pending review.
  • Approved: The model card is approved.
  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

$sel:modelCardVersion:ModelCardVersionSummary', modelCardVersionSummary_modelCardVersion - A version of the model card.

$sel:creationTime:ModelCardVersionSummary', modelCardVersionSummary_creationTime - The date and time that the model card version was created.

modelCardVersionSummary_lastModifiedTime :: Lens' ModelCardVersionSummary (Maybe UTCTime) Source #

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

modelCardVersionSummary_modelCardArn :: Lens' ModelCardVersionSummary Text Source #

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

modelCardVersionSummary_modelCardStatus :: Lens' ModelCardVersionSummary ModelCardStatus Source #

The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.

  • Draft: The model card is a work in progress.
  • PendingReview: The model card is pending review.
  • Approved: The model card is approved.
  • Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.

modelCardVersionSummary_creationTime :: Lens' ModelCardVersionSummary UTCTime Source #

The date and time that the model card version was created.