sagemaker_describe_model_package {paws.machine.learning}R Documentation

Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace

Description

Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.

See https://www.paws-r-sdk.com/docs/sagemaker_describe_model_package/ for full documentation.

Usage

sagemaker_describe_model_package(ModelPackageName)

Arguments

ModelPackageName

[required] The name or Amazon Resource Name (ARN) of the model package to describe.

When you specify a name, the name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).


[Package paws.machine.learning version 0.9.0 Index]