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

Description

 
Synopsis

Documentation

data ModelCard Source #

An Amazon SageMaker Model Card.

See: newModelCard smart constructor.

Constructors

ModelCard' 

Fields

Instances

Instances details
FromJSON ModelCard Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCard

Generic ModelCard Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCard

Associated Types

type Rep ModelCard :: Type -> Type #

Show ModelCard Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCard

NFData ModelCard Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCard

Methods

rnf :: ModelCard -> () #

Eq ModelCard Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCard

Hashable ModelCard Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCard

type Rep ModelCard Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelCard

type Rep ModelCard = D1 ('MetaData "ModelCard" "Amazonka.SageMaker.Types.ModelCard" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelCard'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "content") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lastModifiedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserContext)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelCardArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "modelCardName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modelCardStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelCardStatus)) :*: S1 ('MetaSel ('Just "modelCardVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "modelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "riskRating") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "securityConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModelCardSecurityConfig)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newModelCard :: ModelCard Source #

Create a value of ModelCard 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:content:ModelCard', modelCard_content - The content of the model card. Content uses the model card JSON schema and provided as a string.

$sel:createdBy:ModelCard', modelCard_createdBy - Undocumented member.

$sel:creationTime:ModelCard', modelCard_creationTime - The date and time that the model card was created.

$sel:lastModifiedBy:ModelCard', modelCard_lastModifiedBy - Undocumented member.

$sel:lastModifiedTime:ModelCard', modelCard_lastModifiedTime - The date and time that the model card was last modified.

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

$sel:modelCardName:ModelCard', modelCard_modelCardName - The unique name of the model card.

$sel:modelCardStatus:ModelCard', modelCard_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:modelCardVersion:ModelCard', modelCard_modelCardVersion - The version of the model card.

$sel:modelId:ModelCard', modelCard_modelId - The unique name (ID) of the model.

$sel:riskRating:ModelCard', modelCard_riskRating - The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

$sel:securityConfig:ModelCard', modelCard_securityConfig - The security configuration used to protect model card data.

$sel:tags:ModelCard', modelCard_tags - Key-value pairs used to manage metadata for the model card.

modelCard_content :: Lens' ModelCard (Maybe Text) Source #

The content of the model card. Content uses the model card JSON schema and provided as a string.

modelCard_creationTime :: Lens' ModelCard (Maybe UTCTime) Source #

The date and time that the model card was created.

modelCard_lastModifiedTime :: Lens' ModelCard (Maybe UTCTime) Source #

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

modelCard_modelCardArn :: Lens' ModelCard (Maybe Text) Source #

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

modelCard_modelCardName :: Lens' ModelCard (Maybe Text) Source #

The unique name of the model card.

modelCard_modelCardStatus :: Lens' ModelCard (Maybe 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.

modelCard_modelCardVersion :: Lens' ModelCard (Maybe Int) Source #

The version of the model card.

modelCard_modelId :: Lens' ModelCard (Maybe Text) Source #

The unique name (ID) of the model.

modelCard_riskRating :: Lens' ModelCard (Maybe Text) Source #

The risk rating of the model. Different organizations might have different criteria for model card risk ratings. For more information, see Risk ratings.

modelCard_securityConfig :: Lens' ModelCard (Maybe ModelCardSecurityConfig) Source #

The security configuration used to protect model card data.

modelCard_tags :: Lens' ModelCard (Maybe [Tag]) Source #

Key-value pairs used to manage metadata for the model card.