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