|
1542 | 1542 | ], |
1543 | 1543 | "documentation":"<p>Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the <code>StopPipelineExecution</code> API. When you delete a pipeline, all instances of the pipeline are deleted.</p>" |
1544 | 1544 | }, |
| 1545 | + "DeleteProcessingJob":{ |
| 1546 | + "name":"DeleteProcessingJob", |
| 1547 | + "http":{ |
| 1548 | + "method":"POST", |
| 1549 | + "requestUri":"/" |
| 1550 | + }, |
| 1551 | + "input":{"shape":"DeleteProcessingJobRequest"}, |
| 1552 | + "errors":[ |
| 1553 | + {"shape":"ResourceNotFound"}, |
| 1554 | + {"shape":"ResourceInUse"} |
| 1555 | + ], |
| 1556 | + "documentation":"<p>Deletes a processing job. After Amazon SageMaker deletes a processing job, all of the metadata for the processing job is lost. You can delete only processing jobs that are in a terminal state (<code>Stopped</code>, <code>Failed</code>, or <code>Completed</code>). You cannot delete a job that is in the <code>InProgress</code> or <code>Stopping</code> state. After deleting the job, you can reuse its name to create another processing job.</p>" |
| 1557 | + }, |
1545 | 1558 | "DeleteProject":{ |
1546 | 1559 | "name":"DeleteProject", |
1547 | 1560 | "http":{ |
|
1590 | 1603 | "output":{"shape":"DeleteTagsOutput"}, |
1591 | 1604 | "documentation":"<p>Deletes the specified tags from an SageMaker resource.</p> <p>To list a resource's tags, use the <code>ListTags</code> API. </p> <note> <p>When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from training jobs that the hyperparameter tuning job launched before you called this API.</p> </note> <note> <p>When you call this API to delete tags from a SageMaker Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Domain or User Profile launched before you called this API.</p> </note>" |
1592 | 1605 | }, |
| 1606 | + "DeleteTrainingJob":{ |
| 1607 | + "name":"DeleteTrainingJob", |
| 1608 | + "http":{ |
| 1609 | + "method":"POST", |
| 1610 | + "requestUri":"/" |
| 1611 | + }, |
| 1612 | + "input":{"shape":"DeleteTrainingJobRequest"}, |
| 1613 | + "errors":[ |
| 1614 | + {"shape":"ResourceNotFound"}, |
| 1615 | + {"shape":"ResourceInUse"} |
| 1616 | + ], |
| 1617 | + "documentation":"<p>Deletes a training job. After SageMaker deletes a training job, all of the metadata for the training job is lost. You can delete only training jobs that are in a terminal state (<code>Stopped</code>, <code>Failed</code>, or <code>Completed</code>) and don't retain an <code>Available</code> <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/train-warm-pools.html\">managed warm pool</a>. You cannot delete a job that is in the <code>InProgress</code> or <code>Stopping</code> state. After deleting the job, you can reuse its name to create another training job.</p>" |
| 1618 | + }, |
1593 | 1619 | "DeleteTrial":{ |
1594 | 1620 | "name":"DeleteTrial", |
1595 | 1621 | "http":{ |
|
14682 | 14708 | } |
14683 | 14709 | } |
14684 | 14710 | }, |
| 14711 | + "DeleteProcessingJobRequest":{ |
| 14712 | + "type":"structure", |
| 14713 | + "required":["ProcessingJobName"], |
| 14714 | + "members":{ |
| 14715 | + "ProcessingJobName":{ |
| 14716 | + "shape":"ProcessingJobName", |
| 14717 | + "documentation":"<p>The name of the processing job to delete.</p>" |
| 14718 | + } |
| 14719 | + } |
| 14720 | + }, |
14685 | 14721 | "DeleteProjectInput":{ |
14686 | 14722 | "type":"structure", |
14687 | 14723 | "required":["ProjectName"], |
|
14740 | 14776 | "type":"structure", |
14741 | 14777 | "members":{} |
14742 | 14778 | }, |
| 14779 | + "DeleteTrainingJobRequest":{ |
| 14780 | + "type":"structure", |
| 14781 | + "required":["TrainingJobName"], |
| 14782 | + "members":{ |
| 14783 | + "TrainingJobName":{ |
| 14784 | + "shape":"TrainingJobName", |
| 14785 | + "documentation":"<p>The name of the training job to delete.</p>" |
| 14786 | + } |
| 14787 | + } |
| 14788 | + }, |
14743 | 14789 | "DeleteTrialComponentRequest":{ |
14744 | 14790 | "type":"structure", |
14745 | 14791 | "required":["TrialComponentName"], |
|
42006 | 42052 | "Completed", |
42007 | 42053 | "Failed", |
42008 | 42054 | "Stopping", |
42009 | | - "Stopped" |
| 42055 | + "Stopped", |
| 42056 | + "Deleting" |
42010 | 42057 | ] |
42011 | 42058 | }, |
42012 | 42059 | "TrainingJobStatusCounter":{ |
|
0 commit comments