Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateInferenceComponentRuntimeConfigResponse
-
Packages that use UpdateInferenceComponentRuntimeConfigResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateInferenceComponentRuntimeConfigResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateInferenceComponentRuntimeConfigResponse Modifier and Type Method Description default UpdateInferenceComponentRuntimeConfigResponseSageMakerClient. updateInferenceComponentRuntimeConfig(Consumer<UpdateInferenceComponentRuntimeConfigRequest.Builder> updateInferenceComponentRuntimeConfigRequest)Runtime settings for a model that is deployed with an inference component.default UpdateInferenceComponentRuntimeConfigResponseSageMakerClient. updateInferenceComponentRuntimeConfig(UpdateInferenceComponentRuntimeConfigRequest updateInferenceComponentRuntimeConfigRequest)Runtime settings for a model that is deployed with an inference component.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateInferenceComponentRuntimeConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateInferenceComponentRuntimeConfigResponse>SageMakerAsyncClient. updateInferenceComponentRuntimeConfig(Consumer<UpdateInferenceComponentRuntimeConfigRequest.Builder> updateInferenceComponentRuntimeConfigRequest)Runtime settings for a model that is deployed with an inference component.default CompletableFuture<UpdateInferenceComponentRuntimeConfigResponse>SageMakerAsyncClient. updateInferenceComponentRuntimeConfig(UpdateInferenceComponentRuntimeConfigRequest updateInferenceComponentRuntimeConfigRequest)Runtime settings for a model that is deployed with an inference component.
-