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
4584 |
# File 'sig/client.rbs', line 4584
def created_at: () -> ::Time
|
#export_artifacts ⇒ Types::ModelCardExportArtifacts
4587 |
# File 'sig/client.rbs', line 4587
def export_artifacts: () -> Types::ModelCardExportArtifacts
|
#failure_reason ⇒ ::String
4586 |
# File 'sig/client.rbs', line 4586
def failure_reason: () -> ::String
|
#last_modified_at ⇒ ::Time
4585 |
# File 'sig/client.rbs', line 4585
def last_modified_at: () -> ::Time
|
#model_card_export_job_arn ⇒ ::String
4579 |
# File 'sig/client.rbs', line 4579
def model_card_export_job_arn: () -> ::String
|
#model_card_export_job_name ⇒ ::String
4578 |
# File 'sig/client.rbs', line 4578
def model_card_export_job_name: () -> ::String
|
#model_card_name ⇒ ::String
4581 |
# File 'sig/client.rbs', line 4581
def model_card_name: () -> ::String
|
#model_card_version ⇒ ::Integer
4582 |
# File 'sig/client.rbs', line 4582
def model_card_version: () -> ::Integer
|
#output_config ⇒ Types::ModelCardExportOutputConfig
4583 |
# File 'sig/client.rbs', line 4583
def output_config: () -> Types::ModelCardExportOutputConfig
|
#status ⇒ "InProgress", ...
4580 |
# File 'sig/client.rbs', line 4580
def status: () -> ("InProgress" | "Completed" | "Failed")
|