/AWS1/CL_SGM=>CREATEMODELCARD()
¶
About CreateModelCard¶
Creates an Amazon SageMaker Model Card.
For information about how to use model cards, see Amazon SageMaker Model Card.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_MODELCARDNAME
TYPE /AWS1/SGMENTITYNAME
/AWS1/SGMENTITYNAME
¶
The unique name of the model card.
IV_CONTENT
TYPE /AWS1/SGMMODELCARDCONTENT
/AWS1/SGMMODELCARDCONTENT
¶
The content of the model card. Content must be in model card JSON schema and provided as a string.
IV_MODELCARDSTATUS
TYPE /AWS1/SGMMODELCARDSTATUS
/AWS1/SGMMODELCARDSTATUS
¶
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.
Optional arguments:¶
IO_SECURITYCONFIG
TYPE REF TO /AWS1/CL_SGMMODELCARDSECCONFIG
/AWS1/CL_SGMMODELCARDSECCONFIG
¶
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.
IT_TAGS
TYPE /AWS1/CL_SGMTAG=>TT_TAGLIST
TT_TAGLIST
¶
Key-value pairs used to manage metadata for model cards.