| 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<UpdateModelPackageResult> |
AmazonSageMakerAsyncClient.updateModelPackageAsync(UpdateModelPackageRequest request,
AsyncHandler<UpdateModelPackageRequest,UpdateModelPackageResult> asyncHandler) |
Future<UpdateModelPackageResult> |
AmazonSageMakerAsync.updateModelPackageAsync(UpdateModelPackageRequest updateModelPackageRequest,
AsyncHandler<UpdateModelPackageRequest,UpdateModelPackageResult> asyncHandler)
Updates a versioned model.
|
Future<UpdateModelPackageResult> |
AbstractAmazonSageMakerAsync.updateModelPackageAsync(UpdateModelPackageRequest request,
AsyncHandler<UpdateModelPackageRequest,UpdateModelPackageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateModelPackageRequest |
UpdateModelPackageRequest.addCustomerMetadataPropertiesEntry(String key,
String value)
Add a single CustomerMetadataProperties entry
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.clearCustomerMetadataPropertiesEntries()
Removes all the entries added into CustomerMetadataProperties.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.clone() |
UpdateModelPackageRequest |
UpdateModelPackageRequest.withAdditionalInferenceSpecificationsToAdd(AdditionalInferenceSpecificationDefinition... additionalInferenceSpecificationsToAdd)
An array of additional Inference Specification objects to be added to the existing array additional Inference
Specification.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withAdditionalInferenceSpecificationsToAdd(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecificationsToAdd)
An array of additional Inference Specification objects to be added to the existing array additional Inference
Specification.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withApprovalDescription(String approvalDescription)
A description for the approval status of the model.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withCustomerMetadataProperties(Map<String,String> customerMetadataProperties)
The metadata properties associated with the model package versions.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withCustomerMetadataPropertiesToRemove(Collection<String> customerMetadataPropertiesToRemove)
The metadata properties associated with the model package versions to remove.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withCustomerMetadataPropertiesToRemove(String... customerMetadataPropertiesToRemove)
The metadata properties associated with the model package versions to remove.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withInferenceSpecification(InferenceSpecification inferenceSpecification)
Specifies details about inference jobs that you can run with models based on this model package, including the
following information:
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withModelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withModelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
UpdateModelPackageRequest |
UpdateModelPackageRequest.withSourceUri(String sourceUri)
The URI of the source for the model package.
|
Copyright © 2025. All rights reserved.