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
)
[required] The name or Amazon Resource Name (ARN) of the model card to export.
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
[required] The name of the model card export job.
[required] The model card output configuration that specifies the Amazon S3 path for exporting.