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.
9265 9266 9267 |
# File 'sig/types.rbs', line 9265 def infrastructure_config @infrastructure_config end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
9263 9264 9265 |
# File 'sig/types.rbs', line 9263 def model_name @model_name end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
9264 9265 9266 |
# File 'sig/types.rbs', line 9264 def variant_name @variant_name end |