sagemaker_create_model_card_export_job {paws.machine.learning} | R Documentation |
Creates an Amazon SageMaker Model Card export job
Description
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.
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. |
[Package paws.machine.learning version 0.9.0 Index]