Class: Aws::Types::ModelVariantConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelVariantConfigSummary
- 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.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
Instance Attribute Details
#infrastructure_config ⇒ Types::ModelInfrastructureConfig
Returns the value of attribute infrastructure_config.
9257 9258 9259 |
# File 'sig/types.rbs', line 9257 def infrastructure_config @infrastructure_config end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
9255 9256 9257 |
# File 'sig/types.rbs', line 9255 def model_name @model_name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
9258 9259 9260 |
# File 'sig/types.rbs', line 9258 def status @status end |
#variant_name ⇒ ::String
Returns the value of attribute variant_name.
9256 9257 9258 |
# File 'sig/types.rbs', line 9256 def variant_name @variant_name end |