Class: Aws::Types::ModelCardSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelCardSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8855 8856 8857 |
# File 'sig/types.rbs', line 8855 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8856 8857 8858 |
# File 'sig/types.rbs', line 8856 def last_modified_time @last_modified_time end |
#model_card_arn ⇒ ::String
Returns the value of attribute model_card_arn.
8853 8854 8855 |
# File 'sig/types.rbs', line 8853 def model_card_arn @model_card_arn end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
8852 8853 8854 |
# File 'sig/types.rbs', line 8852 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
8854 8855 8856 |
# File 'sig/types.rbs', line 8854 def model_card_status @model_card_status end |