Class: Aws::Types::ModelCardVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelCardVersionSummary
- 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.
-
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8880 8881 8882 |
# File 'sig/types.rbs', line 8880 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8881 8882 8883 |
# File 'sig/types.rbs', line 8881 def last_modified_time @last_modified_time end |
#model_card_arn ⇒ ::String
Returns the value of attribute model_card_arn.
8877 8878 8879 |
# File 'sig/types.rbs', line 8877 def model_card_arn @model_card_arn end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
8876 8877 8878 |
# File 'sig/types.rbs', line 8876 def model_card_name @model_card_name end |
#model_card_status ⇒ "Draft", ...
Returns the value of attribute model_card_status.
8878 8879 8880 |
# File 'sig/types.rbs', line 8878 def model_card_status @model_card_status end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
8879 8880 8881 |
# File 'sig/types.rbs', line 8879 def model_card_version @model_card_version end |