describeModelCard
inline suspend fun SageMakerClient.describeModelCard(crossinline block: DescribeModelCardRequest.Builder.() -> Unit): DescribeModelCardResponse
Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.
To retrieve only metadata about a model card without requiring kms:Decrypt permission on the associated customer-managed Amazon Web Services KMS key, set IncludedData to MetadataOnly. The default is AllData, which returns the full model card Content and requires kms:Decrypt permission when a customer-managed key is configured.