Class: Aws::Types::ModelVariantConfig
- Inherits:
-
Object
- Object
- Aws::Types::ModelVariantConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#infrastructure_config ⇒ Types::ModelInfrastructureConfig
Returns the value of attribute infrastructure_config.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
Instance Attribute Details
#infrastructure_config ⇒ Types::ModelInfrastructureConfig
Returns the value of attribute infrastructure_config.
9250 9251 9252 |
# File 'sig/types.rbs', line 9250 def infrastructure_config @infrastructure_config end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
9248 9249 9250 |
# File 'sig/types.rbs', line 9248 def model_name @model_name end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
9249 9250 9251 |
# File 'sig/types.rbs', line 9249 def variant_name @variant_name end |