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.
9006 9007 9008 |
# File 'sig/types.rbs', line 9006 def infrastructure_type @infrastructure_type end |
#real_time_inference_config ⇒ Types::RealTimeInferenceConfig
Returns the value of attribute real_time_inference_config.
9007 9008 9009 |
# File 'sig/types.rbs', line 9007 def real_time_inference_config @real_time_inference_config end |