| 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<DeleteInferenceComponentResult> |
AbstractAmazonSageMakerAsync.deleteInferenceComponentAsync(DeleteInferenceComponentRequest request,
AsyncHandler<DeleteInferenceComponentRequest,DeleteInferenceComponentResult> asyncHandler) |
Future<DeleteInferenceComponentResult> |
AmazonSageMakerAsync.deleteInferenceComponentAsync(DeleteInferenceComponentRequest deleteInferenceComponentRequest,
AsyncHandler<DeleteInferenceComponentRequest,DeleteInferenceComponentResult> asyncHandler)
Deletes an inference component.
|
Future<DeleteInferenceComponentResult> |
AmazonSageMakerAsyncClient.deleteInferenceComponentAsync(DeleteInferenceComponentRequest request,
AsyncHandler<DeleteInferenceComponentRequest,DeleteInferenceComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteInferenceComponentRequest |
DeleteInferenceComponentRequest.clone() |
DeleteInferenceComponentRequest |
DeleteInferenceComponentRequest.withInferenceComponentName(String inferenceComponentName)
The name of the inference component to delete.
|
Copyright © 2024. All rights reserved.