sagemaker_describe_model_card {paws.machine.learning} | R Documentation |
Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card
Description
Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.
See https://www.paws-r-sdk.com/docs/sagemaker_describe_model_card/ for full documentation.
Usage
sagemaker_describe_model_card(ModelCardName, ModelCardVersion = NULL)
Arguments
ModelCardName |
[required] The name or Amazon Resource Name (ARN) of the model card to describe. |
ModelCardVersion |
The version of the model card to describe. If a version is not provided, then the latest version of the model card is described. |
[Package paws.machine.learning version 0.9.0 Index]