Uses of Class
software.amazon.awssdk.services.sagemaker.model.AsyncInferenceClientConfig
-
Packages that use AsyncInferenceClientConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AsyncInferenceClientConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AsyncInferenceClientConfig Modifier and Type Method Description AsyncInferenceClientConfig
AsyncInferenceConfig. clientConfig()
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AsyncInferenceClientConfig Modifier and Type Method Description AsyncInferenceConfig.Builder
AsyncInferenceConfig.Builder. clientConfig(AsyncInferenceClientConfig clientConfig)
Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.
-