describeModelPackage
inline suspend fun SageMakerClient.describeModelPackage(crossinline block: DescribeModelPackageRequest.Builder.() -> Unit): DescribeModelPackageResponse
Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.
If you provided a KMS Key ID when you created your model package, you will see the KMS Decrypt API call in your CloudTrail logs when you use this API. To call this operation without requiring kms:Decrypt permission on the customer-managed key, set IncludedData to MetadataOnly; the response is returned with the embedded ModelCard.ModelCardContent field sanitized.
To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.