Class: Aws::Types::DescribeModelCardExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelCardExportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#export_artifacts ⇒ Types::ModelCardExportArtifacts
Returns the value of attribute export_artifacts.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#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.
-
#output_config ⇒ Types::ModelCardExportOutputConfig
Returns the value of attribute output_config.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4721 4722 4723 |
# File 'sig/types.rbs', line 4721 def created_at @created_at end |
#export_artifacts ⇒ Types::ModelCardExportArtifacts
Returns the value of attribute export_artifacts.
4724 4725 4726 |
# File 'sig/types.rbs', line 4724 def export_artifacts @export_artifacts end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4723 4724 4725 |
# File 'sig/types.rbs', line 4723 def failure_reason @failure_reason end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
4722 4723 4724 |
# File 'sig/types.rbs', line 4722 def last_modified_at @last_modified_at end |
#model_card_export_job_arn ⇒ ::String
Returns the value of attribute model_card_export_job_arn.
4716 4717 4718 |
# File 'sig/types.rbs', line 4716 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.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def model_card_export_job_name @model_card_export_job_name end |
#model_card_name ⇒ ::String
Returns the value of attribute model_card_name.
4718 4719 4720 |
# File 'sig/types.rbs', line 4718 def model_card_name @model_card_name end |
#model_card_version ⇒ ::Integer
Returns the value of attribute model_card_version.
4719 4720 4721 |
# File 'sig/types.rbs', line 4719 def model_card_version @model_card_version end |
#output_config ⇒ Types::ModelCardExportOutputConfig
Returns the value of attribute output_config.
4720 4721 4722 |
# File 'sig/types.rbs', line 4720 def output_config @output_config end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
4717 4718 4719 |
# File 'sig/types.rbs', line 4717 def status @status end |