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
4385 |
# File 'sig/client.rbs', line 4385
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
4387 |
# File 'sig/client.rbs', line 4387
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
4391 |
# File 'sig/client.rbs', line 4391
def failure_reason: () -> ::String
|
#job_arn ⇒ ::String
4380 |
# File 'sig/client.rbs', line 4380
def job_arn: () -> ::String
|
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
4382 |
# File 'sig/client.rbs', line 4382
def job_category: () -> ("AgentRFT" | "AgentRFTEvaluation")
|
#job_config_document ⇒ ::String
4384 |
# File 'sig/client.rbs', line 4384
def job_config_document: () -> ::String
|
#job_config_schema_version ⇒ ::String
4383 |
# File 'sig/client.rbs', line 4383
def job_config_schema_version: () -> ::String
|
#job_name ⇒ ::String
4379 |
# File 'sig/client.rbs', line 4379
def job_name: () -> ::String
|
#job_status ⇒ "InProgress", ...
4388 |
# File 'sig/client.rbs', line 4388
def job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped" | "Deleting" | "DeleteFailed")
|
#last_modified_time ⇒ ::Time
4386 |
# File 'sig/client.rbs', line 4386
def last_modified_time: () -> ::Time
|
#role_arn ⇒ ::String
4381 |
# File 'sig/client.rbs', line 4381
def role_arn: () -> ::String
|
#secondary_status ⇒ "Starting", ...
4389 |
# File 'sig/client.rbs', line 4389
def secondary_status: () -> ("Starting" | "Downloading" | "Training" | "Uploading" | "Stopping" | "Stopped" | "MaxRuntimeExceeded" | "Interrupted" | "Failed" | "Completed" | "Restarting" | "Pending" | "Evaluating" | "Deleting" | "DeleteFailed")
|
#secondary_status_transitions ⇒ ::Array[Types::JobSecondaryStatusTransition]
4390 |
# File 'sig/client.rbs', line 4390
def secondary_status_transitions: () -> ::Array[Types::JobSecondaryStatusTransition]
|
#tags ⇒ ::Array[Types::Tag]
4392 |
# File 'sig/client.rbs', line 4392
def tags: () -> ::Array[Types::Tag]
|