Class: Aws::Types::UpdateModelCardRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelCardRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
-
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
12262 12263 12264 |
# File 'sig/types.rbs', line 12262 def content @content end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
12261 12262 12263 |
# File 'sig/types.rbs', line 12261 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
12263 12264 12265 |
# File 'sig/types.rbs', line 12263 def model_card_status @model_card_status end |