View source: R/sagemaker_operations.R
sagemaker_create_model_card | R Documentation |
Creates an Amazon SageMaker Model Card.
See https://www.paws-r-sdk.com/docs/sagemaker_create_model_card/ for full documentation.
sagemaker_create_model_card(
ModelCardName,
SecurityConfig = NULL,
Content,
ModelCardStatus,
Tags = NULL
)
ModelCardName |
[required] The unique name of the model card. |
SecurityConfig |
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data. |
Content |
[required] The content of the model card. Content must be in model card JSON schema and provided as a string. |
ModelCardStatus |
[required] The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
|
Tags |
Key-value pairs used to manage metadata for model cards. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.