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
- #uuid ⇒ ::String
Instance Method Details
#cache_hit ⇒ Boolean
988 |
# File 'sig/client.rbs', line 988 def cache_hit: () -> bool |
#cache_s3_uri ⇒ ::String
989 |
# File 'sig/client.rbs', line 989 def cache_s3_uri: () -> ::String |
#cpus ⇒ ::Integer
987 |
# File 'sig/client.rbs', line 987 def cpus: () -> ::Integer |
#creation_time ⇒ ::Time
991 |
# File 'sig/client.rbs', line 991 def creation_time: () -> ::Time |
#failure_reason ⇒ ::String
998 |
# File 'sig/client.rbs', line 998 def failure_reason: () -> ::String |
#gpus ⇒ ::Integer
996 |
# File 'sig/client.rbs', line 996 def gpus: () -> ::Integer |
#image_details ⇒ Types::ImageDetails
999 |
# File 'sig/client.rbs', line 999 def image_details: () -> Types::ImageDetails |
#instance_type ⇒ ::String
997 |
# File 'sig/client.rbs', line 997 def instance_type: () -> ::String |
#log_stream ⇒ ::String
995 |
# File 'sig/client.rbs', line 995 def log_stream: () -> ::String |
#memory ⇒ ::Integer
990 |
# File 'sig/client.rbs', line 990 def memory: () -> ::Integer |
#name ⇒ ::String
986 |
# File 'sig/client.rbs', line 986 def name: () -> ::String |
#start_time ⇒ ::Time
992 |
# File 'sig/client.rbs', line 992 def start_time: () -> ::Time |
#status ⇒ "PENDING", ...
985 |
# File 'sig/client.rbs', line 985 def status: () -> ("PENDING" | "STARTING" | "RUNNING" | "STOPPING" | "COMPLETED" | "CANCELLED" | "FAILED") |
#status_message ⇒ ::String
994 |
# File 'sig/client.rbs', line 994 def status_message: () -> ::String |
#stop_time ⇒ ::Time
993 |
# File 'sig/client.rbs', line 993 def stop_time: () -> ::Time |
#task_id ⇒ ::String
984 |
# File 'sig/client.rbs', line 984 def task_id: () -> ::String |
#uuid ⇒ ::String
1000 |
# File 'sig/client.rbs', line 1000 def uuid: () -> ::String |