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
4369 |
# File 'sig/client.rbs', line 4369
def creation_time: () -> ::Time
|
#end_time ⇒ ::Time
4371 |
# File 'sig/client.rbs', line 4371
def end_time: () -> ::Time
|
#failure_reason ⇒ ::String
4375 |
# File 'sig/client.rbs', line 4375
def failure_reason: () -> ::String
|
#job_arn ⇒ ::String
4364 |
# File 'sig/client.rbs', line 4364
def job_arn: () -> ::String
|
#job_category ⇒ "AgentRFT", "AgentRFTEvaluation"
4366 |
# File 'sig/client.rbs', line 4366
def job_category: () -> ("AgentRFT" | "AgentRFTEvaluation")
|
#job_config_document ⇒ ::String
4368 |
# File 'sig/client.rbs', line 4368
def job_config_document: () -> ::String
|
#job_config_schema_version ⇒ ::String
4367 |
# File 'sig/client.rbs', line 4367
def job_config_schema_version: () -> ::String
|
#job_name ⇒ ::String
4363 |
# File 'sig/client.rbs', line 4363
def job_name: () -> ::String
|
#job_status ⇒ "InProgress", ...
4372 |
# File 'sig/client.rbs', line 4372
def job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped" | "Deleting" | "DeleteFailed")
|
#last_modified_time ⇒ ::Time
4370 |
# File 'sig/client.rbs', line 4370
def last_modified_time: () -> ::Time
|
#role_arn ⇒ ::String
4365 |
# File 'sig/client.rbs', line 4365
def role_arn: () -> ::String
|
#secondary_status ⇒ "Starting", ...
4373 |
# File 'sig/client.rbs', line 4373
def secondary_status: () -> ("Starting" | "Downloading" | "Training" | "Uploading" | "Stopping" | "Stopped" | "MaxRuntimeExceeded" | "Interrupted" | "Failed" | "Completed" | "Restarting" | "Pending" | "Evaluating" | "Deleting" | "DeleteFailed")
|
#secondary_status_transitions ⇒ ::Array[Types::JobSecondaryStatusTransition]
4374 |
# File 'sig/client.rbs', line 4374
def secondary_status_transitions: () -> ::Array[Types::JobSecondaryStatusTransition]
|
#tags ⇒ ::Array[Types::Tag]
4376 |
# File 'sig/client.rbs', line 4376
def tags: () -> ::Array[Types::Tag]
|