Module: Aws::SageMaker::Client::_DescribeJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #end_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #job_arn ⇒ ::String
- #job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
- #job_config_document ⇒ ::String
- #job_config_schema_version ⇒ ::String
- #job_name ⇒ ::String
- #job_status ⇒ "InProgress", ...
- #last_modified_time ⇒ ::Time
- #role_arn ⇒ ::String
- #secondary_status ⇒ "Starting", ...
- #secondary_status_transitions ⇒ ::Array[Types::JobSecondaryStatusTransition]
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#creation_time ⇒ ::Time
4413 |
# File 'sig/client.rbs', line 4413
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
4415 |
# File 'sig/client.rbs', line 4415
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
4419 |
# File 'sig/client.rbs', line 4419
def failure_reason: () -> ::String
|
#job_arn ⇒ ::String
4408 |
# File 'sig/client.rbs', line 4408
def job_arn: () -> ::String
|
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
4410 |
# File 'sig/client.rbs', line 4410
def job_category: () -> ("AgentRFT" | "AgentRFTEvaluation")
|
#job_config_document ⇒ ::String
4412 |
# File 'sig/client.rbs', line 4412
def job_config_document: () -> ::String
|
#job_config_schema_version ⇒ ::String
4411 |
# File 'sig/client.rbs', line 4411
def job_config_schema_version: () -> ::String
|
#job_name ⇒ ::String
4407 |
# File 'sig/client.rbs', line 4407
def job_name: () -> ::String
|
#job_status ⇒ "InProgress", ...
4416 |
# File 'sig/client.rbs', line 4416
def job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped" | "Deleting" | "DeleteFailed")
|
#last_modified_time ⇒ ::Time
4414 |
# File 'sig/client.rbs', line 4414
def last_modified_time: () -> ::Time
|
#role_arn ⇒ ::String
4409 |
# File 'sig/client.rbs', line 4409
def role_arn: () -> ::String
|
#secondary_status ⇒ "Starting", ...
4417 |
# File 'sig/client.rbs', line 4417
def secondary_status: () -> ("Starting" | "Downloading" | "Training" | "Uploading" | "Stopping" | "Stopped" | "MaxRuntimeExceeded" | "Interrupted" | "Failed" | "Completed" | "Restarting" | "Pending" | "Evaluating" | "Deleting" | "DeleteFailed")
|
#secondary_status_transitions ⇒ ::Array[Types::JobSecondaryStatusTransition]
4418 |
# File 'sig/client.rbs', line 4418
def secondary_status_transitions: () -> ::Array[Types::JobSecondaryStatusTransition]
|
#tags ⇒ ::Array[Types::Tag]
4420 |
# File 'sig/client.rbs', line 4420
def tags: () -> ::Array[Types::Tag]
|