Class: Aws::Types::ModelCard
- Inherits:
-
Object
- Object
- Aws::Types::ModelCard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#model_card_arn ⇒ ::String
Returns the value of attribute model_card_arn.
-
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
-
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
-
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
-
#risk_rating ⇒ ::String
Returns the value of attribute risk_rating.
-
#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.
8811 8812 8813 |
# File 'sig/types.rbs', line 8811 def content @content end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
8815 8816 8817 |
# File 'sig/types.rbs', line 8815 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8814 8815 8816 |
# File 'sig/types.rbs', line 8814 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
8817 8818 8819 |
# File 'sig/types.rbs', line 8817 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8816 8817 8818 |
# File 'sig/types.rbs', line 8816 def last_modified_time @last_modified_time end |
#model_card_arn ⇒ ::String
Returns the value of attribute model_card_arn.
8808 8809 8810 |
# File 'sig/types.rbs', line 8808 def model_card_arn @model_card_arn end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
8809 8810 8811 |
# File 'sig/types.rbs', line 8809 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
8812 8813 8814 |
# File 'sig/types.rbs', line 8812 def model_card_status @model_card_status end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
8810 8811 8812 |
# File 'sig/types.rbs', line 8810 def model_card_version @model_card_version end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
8819 8820 8821 |
# File 'sig/types.rbs', line 8819 def model_id @model_id end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
8821 8822 8823 |
# File 'sig/types.rbs', line 8821 def model_package_group_name @model_package_group_name end |
#risk_rating ⇒ ::String
Returns the value of attribute risk_rating.
8820 8821 8822 |
# File 'sig/types.rbs', line 8820 def @risk_rating end |
#security_config ⇒ Types::ModelCardSecurityConfig
Returns the value of attribute security_config.
8813 8814 8815 |
# File 'sig/types.rbs', line 8813 def security_config @security_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8818 8819 8820 |
# File 'sig/types.rbs', line 8818 def @tags end |