Uses of Class
software.amazon.awssdk.services.sagemaker.model.RealTimeInferenceConfig
-
Packages that use RealTimeInferenceConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RealTimeInferenceConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RealTimeInferenceConfig Modifier and Type Method Description RealTimeInferenceConfigModelInfrastructureConfig. realTimeInferenceConfig()The infrastructure configuration for deploying the model to real-time inference.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RealTimeInferenceConfig Modifier and Type Method Description ModelInfrastructureConfig.BuilderModelInfrastructureConfig.Builder. realTimeInferenceConfig(RealTimeInferenceConfig realTimeInferenceConfig)The infrastructure configuration for deploying the model to real-time inference.
-