Creates an Amazon SageMaker Model Card export job
Source:R/sagemaker_operations.R
sagemaker_create_model_card_export_job.RdCreates an Amazon SageMaker Model Card export job.
See https://www.paws-r-sdk.com/docs/sagemaker_create_model_card_export_job/ for full documentation.
Usage
sagemaker_create_model_card_export_job(
ModelCardName,
ModelCardVersion = NULL,
ModelCardExportJobName,
OutputConfig
)Arguments
- 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.