| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default StopInferenceRecommendationsJobResponse |
SageMakerClient.stopInferenceRecommendationsJob(Consumer<StopInferenceRecommendationsJobRequest.Builder> stopInferenceRecommendationsJobRequest)
Stops an Inference Recommender job.
|
default StopInferenceRecommendationsJobResponse |
SageMakerClient.stopInferenceRecommendationsJob(StopInferenceRecommendationsJobRequest stopInferenceRecommendationsJobRequest)
Stops an Inference Recommender job.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopInferenceRecommendationsJobResponse> |
SageMakerAsyncClient.stopInferenceRecommendationsJob(Consumer<StopInferenceRecommendationsJobRequest.Builder> stopInferenceRecommendationsJobRequest)
Stops an Inference Recommender job.
|
default CompletableFuture<StopInferenceRecommendationsJobResponse> |
SageMakerAsyncClient.stopInferenceRecommendationsJob(StopInferenceRecommendationsJobRequest stopInferenceRecommendationsJobRequest)
Stops an Inference Recommender job.
|
Copyright © 2023. All rights reserved.