| 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<UpdateInferenceComponentResult> |
AmazonSageMakerAsyncClient.updateInferenceComponentAsync(UpdateInferenceComponentRequest request,
AsyncHandler<UpdateInferenceComponentRequest,UpdateInferenceComponentResult> asyncHandler) |
Future<UpdateInferenceComponentResult> |
AmazonSageMakerAsync.updateInferenceComponentAsync(UpdateInferenceComponentRequest updateInferenceComponentRequest,
AsyncHandler<UpdateInferenceComponentRequest,UpdateInferenceComponentResult> asyncHandler)
Updates an inference component.
|
Future<UpdateInferenceComponentResult> |
AbstractAmazonSageMakerAsync.updateInferenceComponentAsync(UpdateInferenceComponentRequest request,
AsyncHandler<UpdateInferenceComponentRequest,UpdateInferenceComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateInferenceComponentRequest |
UpdateInferenceComponentRequest.clone() |
UpdateInferenceComponentRequest |
UpdateInferenceComponentRequest.withInferenceComponentName(String inferenceComponentName)
The name of the inference component.
|
UpdateInferenceComponentRequest |
UpdateInferenceComponentRequest.withRuntimeConfig(InferenceComponentRuntimeConfig runtimeConfig)
Runtime settings for a model that is deployed with an inference component.
|
UpdateInferenceComponentRequest |
UpdateInferenceComponentRequest.withSpecification(InferenceComponentSpecification specification)
Details about the resources to deploy with this inference component, including the model, container, and compute
resources.
|
Copyright © 2025. All rights reserved.