Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateInferenceComponentResponse
-
Packages that use UpdateInferenceComponentResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateInferenceComponentResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateInferenceComponentResponse Modifier and Type Method Description default UpdateInferenceComponentResponseSageMakerClient. updateInferenceComponent(Consumer<UpdateInferenceComponentRequest.Builder> updateInferenceComponentRequest)Updates an inference component.default UpdateInferenceComponentResponseSageMakerClient. updateInferenceComponent(UpdateInferenceComponentRequest updateInferenceComponentRequest)Updates an inference component.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateInferenceComponentResponse Modifier and Type Method Description default CompletableFuture<UpdateInferenceComponentResponse>SageMakerAsyncClient. updateInferenceComponent(Consumer<UpdateInferenceComponentRequest.Builder> updateInferenceComponentRequest)Updates an inference component.default CompletableFuture<UpdateInferenceComponentResponse>SageMakerAsyncClient. updateInferenceComponent(UpdateInferenceComponentRequest updateInferenceComponentRequest)Updates an inference component.
-