| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.RealTimeInferenceConfig
Description
Synopsis
Documentation
data RealTimeInferenceConfig Source #
The infrastructure configuration for deploying the model to a real-time inference endpoint.
See: newRealTimeInferenceConfig smart constructor.
Constructors
| RealTimeInferenceConfig' | |
Fields 
  | |
Instances
newRealTimeInferenceConfig Source #
Arguments
| :: InstanceType | |
| -> Natural | |
| -> RealTimeInferenceConfig | 
Create a value of RealTimeInferenceConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:instanceType:RealTimeInferenceConfig', realTimeInferenceConfig_instanceType - The instance type the model is deployed to.
$sel:instanceCount:RealTimeInferenceConfig', realTimeInferenceConfig_instanceCount - The number of instances of the type specified by InstanceType.
realTimeInferenceConfig_instanceType :: Lens' RealTimeInferenceConfig InstanceType Source #
The instance type the model is deployed to.
realTimeInferenceConfig_instanceCount :: Lens' RealTimeInferenceConfig Natural Source #
The number of instances of the type specified by InstanceType.