| 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 |
|---|---|
UpdateInferenceComponentResult |
AmazonSageMakerClient.updateInferenceComponent(UpdateInferenceComponentRequest request)
Updates an inference component.
|
UpdateInferenceComponentResult |
AbstractAmazonSageMaker.updateInferenceComponent(UpdateInferenceComponentRequest request) |
UpdateInferenceComponentResult |
AmazonSageMaker.updateInferenceComponent(UpdateInferenceComponentRequest updateInferenceComponentRequest)
Updates an inference component.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateInferenceComponentResult> |
AmazonSageMakerAsyncClient.updateInferenceComponentAsync(UpdateInferenceComponentRequest request,
AsyncHandler<UpdateInferenceComponentRequest,UpdateInferenceComponentResult> asyncHandler) |
Future<UpdateInferenceComponentResult> |
AbstractAmazonSageMakerAsync.updateInferenceComponentAsync(UpdateInferenceComponentRequest request,
AsyncHandler<UpdateInferenceComponentRequest,UpdateInferenceComponentResult> asyncHandler) |
Future<UpdateInferenceComponentResult> |
AmazonSageMakerAsync.updateInferenceComponentAsync(UpdateInferenceComponentRequest updateInferenceComponentRequest,
AsyncHandler<UpdateInferenceComponentRequest,UpdateInferenceComponentResult> asyncHandler)
Updates an inference component.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInferenceComponentResult |
UpdateInferenceComponentResult.clone() |
UpdateInferenceComponentResult |
UpdateInferenceComponentResult.withInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
|
Copyright © 2024. All rights reserved.