Module: Aws::Omics::Client::_GetRunTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRunTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cache_hit ⇒ Boolean
- #cache_s3_uri ⇒ ::String
- #cpus ⇒ ::Integer
- #creation_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #gpus ⇒ ::Integer
- #image_details ⇒ Types::ImageDetails
- #instance_type ⇒ ::String
- #log_stream ⇒ ::String
- #memory ⇒ ::Integer
- #name ⇒ ::String
- #start_time ⇒ ::Time
- #status ⇒ "PENDING", ...
- #status_message ⇒ ::String
- #stop_time ⇒ ::Time
- #task_id ⇒ ::String
Instance Method Details
#cache_hit ⇒ Boolean
987 |
# File 'sig/client.rbs', line 987
def cache_hit: () -> bool
|
#cache_s3_uri ⇒ ::String
988 |
# File 'sig/client.rbs', line 988
def cache_s3_uri: () -> ::String
|
#cpus ⇒ ::Integer
986 |
# File 'sig/client.rbs', line 986
def cpus: () -> ::Integer
|
#creation_time ⇒ ::Time
990 |
# File 'sig/client.rbs', line 990
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
997 |
# File 'sig/client.rbs', line 997
def failure_reason: () -> ::String
|
#gpus ⇒ ::Integer
995 |
# File 'sig/client.rbs', line 995
def gpus: () -> ::Integer
|
#image_details ⇒ Types::ImageDetails
998 |
# File 'sig/client.rbs', line 998
def image_details: () -> Types::ImageDetails
|
#instance_type ⇒ ::String
996 |
# File 'sig/client.rbs', line 996
def instance_type: () -> ::String
|
#log_stream ⇒ ::String
994 |
# File 'sig/client.rbs', line 994
def log_stream: () -> ::String
|
#memory ⇒ ::Integer
989 |
# File 'sig/client.rbs', line 989
def memory: () -> ::Integer
|
#name ⇒ ::String
985 |
# File 'sig/client.rbs', line 985
def name: () -> ::String
|
#start_time ⇒ ::Time
991 |
# File 'sig/client.rbs', line 991
def start_time: () -> ::Time
|
#status ⇒ "PENDING", ...
984 |
# File 'sig/client.rbs', line 984
def status: () -> ("PENDING" | "STARTING" | "RUNNING" | "STOPPING" | "COMPLETED" | "CANCELLED" | "FAILED")
|
#status_message ⇒ ::String
993 |
# File 'sig/client.rbs', line 993
def status_message: () -> ::String
|
#stop_time ⇒ ::Time
992 |
# File 'sig/client.rbs', line 992
def stop_time: () -> ::Time
|
#task_id ⇒ ::String
983 |
# File 'sig/client.rbs', line 983
def task_id: () -> ::String
|