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.
8851 8852 8853 |
# File 'sig/types.rbs', line 8851 def created_at @created_at end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
8852 8853 8854 |
# File 'sig/types.rbs', line 8852 def last_modified_at @last_modified_at end |
#model_card_export_job_arn ⇒ ::String
Returns the value of attribute model_card_export_job_arn.
8847 8848 8849 |
# File 'sig/types.rbs', line 8847 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.
8846 8847 8848 |
# File 'sig/types.rbs', line 8846 def model_card_export_job_name @model_card_export_job_name end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
8849 8850 8851 |
# File 'sig/types.rbs', line 8849 def model_card_name @model_card_name end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
8850 8851 8852 |
# File 'sig/types.rbs', line 8850 def model_card_version @model_card_version end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
8848 8849 8850 |
# File 'sig/types.rbs', line 8848 def status @status end |