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
4607 |
# File 'sig/client.rbs', line 4607
def created_at: () -> ::Time
|
#export_artifacts ⇒ Types::ModelCardExportArtifacts
4610 |
# File 'sig/client.rbs', line 4610
def export_artifacts: () -> Types::ModelCardExportArtifacts
|
#failure_reason ⇒ ::String
4609 |
# File 'sig/client.rbs', line 4609
def failure_reason: () -> ::String
|
#last_modified_at ⇒ ::Time
4608 |
# File 'sig/client.rbs', line 4608
def last_modified_at: () -> ::Time
|
#model_card_export_job_arn ⇒ ::String
4602 |
# File 'sig/client.rbs', line 4602
def model_card_export_job_arn: () -> ::String
|
#model_card_export_job_name ⇒ ::String
4601 |
# File 'sig/client.rbs', line 4601
def model_card_export_job_name: () -> ::String
|
#model_card_name ⇒ ::String
4604 |
# File 'sig/client.rbs', line 4604
def model_card_name: () -> ::String
|
#model_card_version ⇒ ::Integer
4605 |
# File 'sig/client.rbs', line 4605
def model_card_version: () -> ::Integer
|
#output_config ⇒ Types::ModelCardExportOutputConfig
4606 |
# File 'sig/client.rbs', line 4606
def output_config: () -> Types::ModelCardExportOutputConfig
|
#status ⇒ "InProgress", ...
4603 |
# File 'sig/client.rbs', line 4603
def status: () -> ("InProgress" | "Completed" | "Failed")
|