|
2286 | 2286 | "members":{ |
2287 | 2287 | "name":{ |
2288 | 2288 | "shape":"AcceleratorName", |
2289 | | - "documentation":"<p>The name of the chip used by the GPU accelerator.</p> <p>If you specify <code>l4</code> as the name of the accelerator, you must specify <code>latest</code> or <code>grid:r550</code> as the runtime.</p> <p>The available GPU accelerators are:</p> <ul> <li> <p> <code>t4</code> - NVIDIA T4 Tensor Core GPU</p> </li> <li> <p> <code>a10g</code> - NVIDIA A10G Tensor Core GPU</p> </li> <li> <p> <code>l4</code> - NVIDIA L4 Tensor Core GPU</p> </li> <li> <p> <code>l40s</code> - NVIDIA L40S Tensor Core GPU</p> </li> </ul>" |
| 2289 | + "documentation":"<p>The name of the chip used by the GPU accelerator.</p> <p>If you specify <code>l4</code> as the name of the accelerator, you must specify <code>latest</code> or <code>grid:r570</code> as the runtime.</p> <p>The available GPU accelerators are:</p> <ul> <li> <p> <code>t4</code> - NVIDIA T4 Tensor Core GPU</p> </li> <li> <p> <code>a10g</code> - NVIDIA A10G Tensor Core GPU</p> </li> <li> <p> <code>l4</code> - NVIDIA L4 Tensor Core GPU</p> </li> <li> <p> <code>l40s</code> - NVIDIA L40S Tensor Core GPU</p> </li> </ul>" |
2290 | 2290 | }, |
2291 | 2291 | "runtime":{ |
2292 | 2292 | "shape":"AcceleratorRuntime", |
2293 | | - "documentation":"<p>Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs. </p> <p>You can choose from the following runtimes:</p> <ul> <li> <p> <code>latest</code> - Use the latest runtime available for the chip. If you specify <code>latest</code> and a new version of the runtime is released, the new version of the runtime is used.</p> </li> <li> <p> <code>grid:r550</code> - <a href=\"https://docs.nvidia.com/vgpu/17.0/index.html\">NVIDIA vGPU software 17</a> </p> </li> <li> <p> <code>grid:r535</code> - <a href=\"https://docs.nvidia.com/vgpu/16.0/index.html\">NVIDIA vGPU software 16</a> </p> </li> </ul> <p>If you don't specify a runtime, Deadline Cloud uses <code>latest</code> as the default. However, if you have multiple accelerators and specify <code>latest</code> for some and leave others blank, Deadline Cloud raises an exception.</p>" |
| 2293 | + "documentation":"<p>Specifies the runtime driver to use for the GPU accelerator. You must use the same runtime for all GPUs. </p> <p>You can choose from the following runtimes:</p> <ul> <li> <p> <code>latest</code> - Use the latest runtime available for the chip. If you specify <code>latest</code> and a new version of the runtime is released, the new version of the runtime is used.</p> </li> <li> <p> <code>grid:r570</code> - <a href=\"https://docs.nvidia.com/vgpu/18.0/index.html\">NVIDIA vGPU software 18</a> </p> </li> <li> <p> <code>grid:r535</code> - <a href=\"https://docs.nvidia.com/vgpu/16.0/index.html\">NVIDIA vGPU software 16</a> </p> </li> </ul> <p>If you don't specify a runtime, Deadline Cloud uses <code>latest</code> as the default. However, if you have multiple accelerators and specify <code>latest</code> for some and leave others blank, Deadline Cloud raises an exception.</p>" |
2294 | 2294 | } |
2295 | 2295 | }, |
2296 | 2296 | "documentation":"<p>Describes a specific GPU accelerator required for an Amazon Elastic Compute Cloud worker host.</p>" |
|
5458 | 5458 | }, |
5459 | 5459 | "status":{ |
5460 | 5460 | "shape":"FleetStatus", |
5461 | | - "documentation":"<p>The Auto Scaling status of the fleet.</p>" |
| 5461 | + "documentation":"<p>The status of the fleet.</p>" |
5462 | 5462 | }, |
5463 | 5463 | "autoScalingStatus":{ |
5464 | 5464 | "shape":"AutoScalingStatus", |
|
5633 | 5633 | "shape":"TaskRunStatusCounts", |
5634 | 5634 | "documentation":"<p>The number of tasks running on the job.</p>" |
5635 | 5635 | }, |
| 5636 | + "taskFailureRetryCount":{ |
| 5637 | + "shape":"TaskFailureRetryCount", |
| 5638 | + "documentation":"<p>The total number of times tasks from the job failed and were retried.</p>" |
| 5639 | + }, |
5636 | 5640 | "storageProfileId":{ |
5637 | 5641 | "shape":"StorageProfileId", |
5638 | 5642 | "documentation":"<p>The storage profile ID associated with the job.</p>" |
|
6506 | 6510 | "shape":"TaskRunStatusCounts", |
6507 | 6511 | "documentation":"<p>The number of tasks running on the job.</p>" |
6508 | 6512 | }, |
| 6513 | + "taskFailureRetryCount":{ |
| 6514 | + "shape":"TaskFailureRetryCount", |
| 6515 | + "documentation":"<p>The total number of times tasks from the step failed and were retried.</p>" |
| 6516 | + }, |
6509 | 6517 | "targetTaskRunStatus":{ |
6510 | 6518 | "shape":"StepTargetTaskRunStatus", |
6511 | 6519 | "documentation":"<p>The task status with which the job started.</p>" |
|
7410 | 7418 | "shape":"TaskRunStatusCounts", |
7411 | 7419 | "documentation":"<p>The number of tasks running on the job.</p>" |
7412 | 7420 | }, |
| 7421 | + "taskFailureRetryCount":{ |
| 7422 | + "shape":"TaskFailureRetryCount", |
| 7423 | + "documentation":"<p>The total number of times tasks from the job failed and were retried.</p>" |
| 7424 | + }, |
7413 | 7425 | "priority":{ |
7414 | 7426 | "shape":"JobPriority", |
7415 | 7427 | "documentation":"<p>The job priority.</p>" |
|
7525 | 7537 | "shape":"TaskRunStatusCounts", |
7526 | 7538 | "documentation":"<p>The number of tasks running on the job.</p>" |
7527 | 7539 | }, |
| 7540 | + "taskFailureRetryCount":{ |
| 7541 | + "shape":"TaskFailureRetryCount", |
| 7542 | + "documentation":"<p>The total number of times tasks from the job failed and were retried.</p>" |
| 7543 | + }, |
7528 | 7544 | "maxFailedTasksCount":{ |
7529 | 7545 | "shape":"MaxFailedTasksCount", |
7530 | 7546 | "documentation":"<p>The number of task failures before the job stops running and is marked as <code>FAILED</code>.</p>" |
|
11190 | 11206 | "shape":"TaskRunStatusCounts", |
11191 | 11207 | "documentation":"<p>The number of tasks running on the job.</p>" |
11192 | 11208 | }, |
| 11209 | + "taskFailureRetryCount":{ |
| 11210 | + "shape":"TaskFailureRetryCount", |
| 11211 | + "documentation":"<p>The total number of times tasks from the step failed and were retried.</p>" |
| 11212 | + }, |
11193 | 11213 | "createdAt":{ |
11194 | 11214 | "shape":"CreatedAt", |
11195 | 11215 | "documentation":"<p>The date and time the resource was created.</p>" |
|
11249 | 11269 | "shape":"TaskRunStatusCounts", |
11250 | 11270 | "documentation":"<p>The number of tasks running on the job.</p>" |
11251 | 11271 | }, |
| 11272 | + "taskFailureRetryCount":{ |
| 11273 | + "shape":"TaskFailureRetryCount", |
| 11274 | + "documentation":"<p>The total number of times tasks from the step failed and were retried.</p>" |
| 11275 | + }, |
11252 | 11276 | "targetTaskRunStatus":{ |
11253 | 11277 | "shape":"StepTargetTaskRunStatus", |
11254 | 11278 | "documentation":"<p>The task status to start with on the job.</p>" |
|
11434 | 11458 | "key":{"shape":"String"}, |
11435 | 11459 | "value":{"shape":"String"} |
11436 | 11460 | }, |
| 11461 | + "TaskFailureRetryCount":{ |
| 11462 | + "type":"integer", |
| 11463 | + "box":true, |
| 11464 | + "max":2147483647, |
| 11465 | + "min":0 |
| 11466 | + }, |
11437 | 11467 | "TaskId":{ |
11438 | 11468 | "type":"string", |
11439 | 11469 | "pattern":"task-[0-9a-f]{32}-(0|([1-9][0-9]{0,9}))" |
|
0 commit comments