Class: Aws::Types::ModelInfrastructureConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelInfrastructureConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#infrastructure_type ⇒ "RealTimeInference"
Returns the value of attribute infrastructure_type.
-
#real_time_inference_config ⇒ Types::RealTimeInferenceConfig
Returns the value of attribute real_time_inference_config.
Instance Attribute Details
#infrastructure_type ⇒ "RealTimeInference"
Returns the value of attribute infrastructure_type.
8991 8992 8993 |
# File 'sig/types.rbs', line 8991 def infrastructure_type @infrastructure_type end |
#real_time_inference_config ⇒ Types::RealTimeInferenceConfig
Returns the value of attribute real_time_inference_config.
8992 8993 8994 |
# File 'sig/types.rbs', line 8992 def real_time_inference_config @real_time_inference_config end |