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

Description

 
Synopsis

Documentation

data ModelCardSummary Source #

A summary of the model card.

See: newModelCardSummary smart constructor.

Constructors

ModelCardSummary' 

Fields

  • lastModifiedTime :: Maybe POSIX

    The date and time that the model card 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 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.
  • creationTime :: POSIX

    The date and time that the model card was created.

Instances

Instances details
FromJSON ModelCardSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardSummary

Generic ModelCardSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardSummary

Associated Types

type Rep ModelCardSummary :: Type -> Type #

Read ModelCardSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardSummary

Show ModelCardSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardSummary

NFData ModelCardSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardSummary

Methods

rnf :: ModelCardSummary -> () #

Eq ModelCardSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardSummary

Hashable ModelCardSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardSummary

type Rep ModelCardSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCardSummary

type Rep ModelCardSummary = D1 ('MetaData "ModelCardSummary" "Amazonka.SageMaker.Types.ModelCardSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelCardSummary'" '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 "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newModelCardSummary Source #

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

$sel:modelCardName:ModelCardSummary', modelCardSummary_modelCardName - The name of the model card.

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

$sel:modelCardStatus:ModelCardSummary', modelCardSummary_modelCardStatus - The approval status of the model card 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:creationTime:ModelCardSummary', modelCardSummary_creationTime - The date and time that the model card was created.

modelCardSummary_lastModifiedTime :: Lens' ModelCardSummary (Maybe UTCTime) Source #

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

modelCardSummary_modelCardArn :: Lens' ModelCardSummary Text Source #

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

modelCardSummary_modelCardStatus :: Lens' ModelCardSummary ModelCardStatus Source #

The approval status of the model card 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.

modelCardSummary_creationTime :: Lens' ModelCardSummary UTCTime Source #

The date and time that the model card was created.