| 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<UpdateModelCardResult> |
AmazonSageMakerAsyncClient.updateModelCardAsync(UpdateModelCardRequest request,
AsyncHandler<UpdateModelCardRequest,UpdateModelCardResult> asyncHandler) |
Future<UpdateModelCardResult> |
AmazonSageMakerAsync.updateModelCardAsync(UpdateModelCardRequest updateModelCardRequest,
AsyncHandler<UpdateModelCardRequest,UpdateModelCardResult> asyncHandler)
Update an Amazon SageMaker Model Card.
|
Future<UpdateModelCardResult> |
AbstractAmazonSageMakerAsync.updateModelCardAsync(UpdateModelCardRequest request,
AsyncHandler<UpdateModelCardRequest,UpdateModelCardResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelCardRequest |
UpdateModelCardRequest.clone() |
UpdateModelCardRequest |
UpdateModelCardRequest.withContent(String content)
The updated model card content.
|
UpdateModelCardRequest |
UpdateModelCardRequest.withModelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to update.
|
UpdateModelCardRequest |
UpdateModelCardRequest.withModelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
UpdateModelCardRequest |
UpdateModelCardRequest.withModelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
Copyright © 2025. All rights reserved.