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
4562 |
# File 'sig/client.rbs', line 4562
def created_at: () -> ::Time
|
#export_artifacts ⇒ Types::ModelCardExportArtifacts
4565 |
# File 'sig/client.rbs', line 4565
def export_artifacts: () -> Types::ModelCardExportArtifacts
|
#failure_reason ⇒ ::String
4564 |
# File 'sig/client.rbs', line 4564
def failure_reason: () -> ::String
|
#last_modified_at ⇒ ::Time
4563 |
# File 'sig/client.rbs', line 4563
def last_modified_at: () -> ::Time
|
#model_card_export_job_arn ⇒ ::String
4557 |
# File 'sig/client.rbs', line 4557
def model_card_export_job_arn: () -> ::String
|
#model_card_export_job_name ⇒ ::String
4556 |
# File 'sig/client.rbs', line 4556
def model_card_export_job_name: () -> ::String
|
#model_card_name ⇒ ::String
4559 |
# File 'sig/client.rbs', line 4559
def model_card_name: () -> ::String
|
#model_card_version ⇒ ::Integer
4560 |
# File 'sig/client.rbs', line 4560
def model_card_version: () -> ::Integer
|
#output_config ⇒ Types::ModelCardExportOutputConfig
4561 |
# File 'sig/client.rbs', line 4561
def output_config: () -> Types::ModelCardExportOutputConfig
|
#status ⇒ "InProgress", ...
4558 |
# File 'sig/client.rbs', line 4558
def status: () -> ("InProgress" | "Completed" | "Failed")
|