Class: Aws::Types::CreateModelCardRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelCardRequest
- 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.
-
#security_config ⇒ Types::ModelCardSecurityConfig
Returns the value of attribute security_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def content @content end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def model_card_status @model_card_status end |
#security_config ⇒ Types::ModelCardSecurityConfig
Returns the value of attribute security_config.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def security_config @security_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def @tags end |