View source: R/sagemaker_operations.R
sagemaker_create_model_card_export_job | R Documentation |
Creates an Amazon SageMaker Model Card export job.
See https://www.paws-r-sdk.com/docs/sagemaker_create_model_card_export_job/ for full documentation.
sagemaker_create_model_card_export_job(
ModelCardName,
ModelCardVersion = NULL,
ModelCardExportJobName,
OutputConfig
)
ModelCardName |
[required] The name or Amazon Resource Name (ARN) of the model card to export. |
ModelCardVersion |
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported. |
ModelCardExportJobName |
[required] The name of the model card export job. |
OutputConfig |
[required] The model card output configuration that specifies the Amazon S3 path for exporting. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.