Class: Aws::Types::ModelDashboardModelCard
- Inherits:
-
Object
- Object
- Aws::Types::ModelDashboardModelCard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
8919 8920 8921 |
# File 'sig/types.rbs', line 8919 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8918 8919 8920 |
# File 'sig/types.rbs', line 8918 def creation_time @creation_time end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
8921 8922 8923 |
# File 'sig/types.rbs', line 8921 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8920 8921 8922 |
# File 'sig/types.rbs', line 8920 def last_modified_time @last_modified_time end |
#model_card_arn ⇒ ::String
Returns the value of attribute model_card_arn.
8913 8914 8915 |
# File 'sig/types.rbs', line 8913 def model_card_arn @model_card_arn end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
8914 8915 8916 |
# File 'sig/types.rbs', line 8914 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
8916 8917 8918 |
# File 'sig/types.rbs', line 8916 def model_card_status @model_card_status end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
8915 8916 8917 |
# File 'sig/types.rbs', line 8915 def model_card_version @model_card_version end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
8923 8924 8925 |
# File 'sig/types.rbs', line 8923 def model_id @model_id end |
#risk_rating ⇒ ::String
Returns the value of attribute risk_rating.
8924 8925 8926 |
# File 'sig/types.rbs', line 8924 def @risk_rating end |
#security_config ⇒ Types::ModelCardSecurityConfig
Returns the value of attribute security_config.
8917 8918 8919 |
# File 'sig/types.rbs', line 8917 def security_config @security_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8922 8923 8924 |
# File 'sig/types.rbs', line 8922 def @tags end |