sagemaker_create_model_card_export_job: Creates an Amazon SageMaker Model Card export job

View source: R/sagemaker_operations.R

sagemaker_create_model_card_export_jobR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.