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.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def content @content end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def model_card_status @model_card_status end |
#security_config ⇒ Types::ModelCardSecurityConfig
Returns the value of attribute security_config.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def security_config @security_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def end |