| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateModelCardResult> |
AmazonSageMakerAsyncClient.createModelCardAsync(CreateModelCardRequest request,
AsyncHandler<CreateModelCardRequest,CreateModelCardResult> asyncHandler) |
Future<CreateModelCardResult> |
AbstractAmazonSageMakerAsync.createModelCardAsync(CreateModelCardRequest request,
AsyncHandler<CreateModelCardRequest,CreateModelCardResult> asyncHandler) |
Future<CreateModelCardResult> |
AmazonSageMakerAsync.createModelCardAsync(CreateModelCardRequest createModelCardRequest,
AsyncHandler<CreateModelCardRequest,CreateModelCardResult> asyncHandler)
Creates an Amazon SageMaker Model Card.
|
| Modifier and Type | Method and Description |
|---|---|
CreateModelCardRequest |
CreateModelCardRequest.clone() |
CreateModelCardRequest |
CreateModelCardRequest.withContent(String content)
The content of the model card.
|
CreateModelCardRequest |
CreateModelCardRequest.withModelCardName(String modelCardName)
The unique name of the model card.
|
CreateModelCardRequest |
CreateModelCardRequest.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
CreateModelCardRequest |
CreateModelCardRequest.withModelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
CreateModelCardRequest |
CreateModelCardRequest.withSecurityConfig(ModelCardSecurityConfig securityConfig)
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated
workloads with highly sensitive data.
|
CreateModelCardRequest |
CreateModelCardRequest.withTags(Collection<Tag> tags)
Key-value pairs used to manage metadata for model cards.
|
CreateModelCardRequest |
CreateModelCardRequest.withTags(Tag... tags)
Key-value pairs used to manage metadata for model cards.
|
Copyright © 2025. All rights reserved.