Class: Aws::Types::ModelCardExportJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelCardExportJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#model_card_export_job_arn ⇒ ::String
Returns the value of attribute model_card_export_job_arn.
-
#model_card_export_job_name ⇒ ::String
Returns the value of attribute model_card_export_job_name.
-
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
-
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
8836 8837 8838 |
# File 'sig/types.rbs', line 8836 def created_at @created_at end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
8837 8838 8839 |
# File 'sig/types.rbs', line 8837 def last_modified_at @last_modified_at end |
#model_card_export_job_arn ⇒ ::String
Returns the value of attribute model_card_export_job_arn.
8832 8833 8834 |
# File 'sig/types.rbs', line 8832 def model_card_export_job_arn @model_card_export_job_arn end |
#model_card_export_job_name ⇒ ::String
Returns the value of attribute model_card_export_job_name.
8831 8832 8833 |
# File 'sig/types.rbs', line 8831 def model_card_export_job_name @model_card_export_job_name end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
8834 8835 8836 |
# File 'sig/types.rbs', line 8834 def model_card_name @model_card_name end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
8835 8836 8837 |
# File 'sig/types.rbs', line 8835 def model_card_version @model_card_version end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
8833 8834 8835 |
# File 'sig/types.rbs', line 8833 def status @status end |