Module: Aws::SageMaker::Client::_DescribeModelCardExportJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeModelCardExportJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #export_artifacts ⇒ Types::ModelCardExportArtifacts
- #failure_reason ⇒ ::String
- #last_modified_at ⇒ ::Time
- #model_card_export_job_arn ⇒ ::String
- #model_card_export_job_name ⇒ ::String
- #model_card_name ⇒ ::String
- #model_card_version ⇒ ::Integer
- #output_config ⇒ Types::ModelCardExportOutputConfig
- #status ⇒ "InProgress", ...
Instance Method Details
#created_at ⇒ ::Time
4578 |
# File 'sig/client.rbs', line 4578
def created_at: () -> ::Time
|
#export_artifacts ⇒ Types::ModelCardExportArtifacts
4581 |
# File 'sig/client.rbs', line 4581
def export_artifacts: () -> Types::ModelCardExportArtifacts
|
#failure_reason ⇒ ::String
4580 |
# File 'sig/client.rbs', line 4580
def failure_reason: () -> ::String
|
#last_modified_at ⇒ ::Time
4579 |
# File 'sig/client.rbs', line 4579
def last_modified_at: () -> ::Time
|
#model_card_export_job_arn ⇒ ::String
4573 |
# File 'sig/client.rbs', line 4573
def model_card_export_job_arn: () -> ::String
|
#model_card_export_job_name ⇒ ::String
4572 |
# File 'sig/client.rbs', line 4572
def model_card_export_job_name: () -> ::String
|
#model_card_name ⇒ ::String
4575 |
# File 'sig/client.rbs', line 4575
def model_card_name: () -> ::String
|
#model_card_version ⇒ ::Integer
4576 |
# File 'sig/client.rbs', line 4576
def model_card_version: () -> ::Integer
|
#output_config ⇒ Types::ModelCardExportOutputConfig
4577 |
# File 'sig/client.rbs', line 4577
def output_config: () -> Types::ModelCardExportOutputConfig
|
#status ⇒ "InProgress", ...
4574 |
# File 'sig/client.rbs', line 4574
def status: () -> ("InProgress" | "Completed" | "Failed")
|