Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentRuntimeConfig
-
Packages that use InferenceComponentRuntimeConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentRuntimeConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentRuntimeConfig Modifier and Type Method Description InferenceComponentRuntimeConfigUpdateInferenceComponentRuntimeConfigRequest. desiredRuntimeConfig()Runtime settings for a model that is deployed with an inference component.InferenceComponentRuntimeConfigCreateInferenceComponentRequest. runtimeConfig()Runtime settings for a model that is deployed with an inference component.InferenceComponentRuntimeConfigUpdateInferenceComponentRequest. runtimeConfig()Runtime settings for a model that is deployed with an inference component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentRuntimeConfig Modifier and Type Method Description UpdateInferenceComponentRuntimeConfigRequest.BuilderUpdateInferenceComponentRuntimeConfigRequest.Builder. desiredRuntimeConfig(InferenceComponentRuntimeConfig desiredRuntimeConfig)Runtime settings for a model that is deployed with an inference component.CreateInferenceComponentRequest.BuilderCreateInferenceComponentRequest.Builder. runtimeConfig(InferenceComponentRuntimeConfig runtimeConfig)Runtime settings for a model that is deployed with an inference component.UpdateInferenceComponentRequest.BuilderUpdateInferenceComponentRequest.Builder. runtimeConfig(InferenceComponentRuntimeConfig runtimeConfig)Runtime settings for a model that is deployed with an inference component.
-