|
2669 | 2669 | "errors":[
|
2670 | 2670 | {"shape":"ResourceNotFound"}
|
2671 | 2671 | ],
|
2672 |
| - "documentation":"<p>Stops a pipeline execution.</p> <p> <b>Callback Step</b> </p> <p>A pipeline execution won't stop while a callback step is running. When you call <code>StopPipelineExecution</code> on a pipeline execution with a running callback step, Amazon SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a \"Status\" field which is set to \"Stopping\".</p> <p>You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to <code>SendPipelineExecutionStepSuccess</code> or <code>SendPipelineExecutionStepFailure</code>.</p> <p>Only when Amazon SageMaker Pipelines receives one of these calls will it stop the pipeline execution.</p> <p> <b>Lambda Step</b> </p> <p>A pipeline execution can't be stopped while a lambda step is running because the Lambda function invoked by the lambda step can't be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is <code>Stopped</code>. If the timeout is hit the pipeline execution status is <code>Failed</code>.</p>" |
| 2672 | + "documentation":"<p>Stops a pipeline execution.</p> <p> <b>Callback Step</b> </p> <p>A pipeline execution won't stop while a callback step is running. When you call <code>StopPipelineExecution</code> on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a \"Status\" field which is set to \"Stopping\".</p> <p>You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to <code>SendPipelineExecutionStepSuccess</code> or <code>SendPipelineExecutionStepFailure</code>.</p> <p>Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.</p> <p> <b>Lambda Step</b> </p> <p>A pipeline execution can't be stopped while a lambda step is running because the Lambda function invoked by the lambda step can't be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is <code>Stopped</code>. If the timeout is hit the pipeline execution status is <code>Failed</code>.</p>" |
2673 | 2673 | },
|
2674 | 2674 | "StopProcessingJob":{
|
2675 | 2675 | "name":"StopProcessingJob",
|
|
6153 | 6153 | },
|
6154 | 6154 | "AsyncInferenceConfig":{
|
6155 | 6155 | "shape":"AsyncInferenceConfig",
|
6156 |
| - "documentation":"<p>Specifies configuration for how an endpoint performs asynchronous inference. This is a required field in order for your Endpoint to be invoked using <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html\"> <code>InvokeEndpointAsync</code> </a>.</p>" |
| 6156 | + "documentation":"<p>Specifies configuration for how an endpoint performs asynchronous inference. This is a required field in order for your Endpoint to be invoked using <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html\">InvokeEndpointAsync</a>.</p>" |
6157 | 6157 | }
|
6158 | 6158 | }
|
6159 | 6159 | },
|
|
13087 | 13087 | "type":"string",
|
13088 | 13088 | "min":1
|
13089 | 13089 | },
|
| 13090 | + "FailStepMetadata":{ |
| 13091 | + "type":"structure", |
| 13092 | + "members":{ |
| 13093 | + "ErrorMessage":{ |
| 13094 | + "shape":"String3072", |
| 13095 | + "documentation":"<p>A message that you define and then is processed and rendered by the Fail step when the error occurs.</p>" |
| 13096 | + } |
| 13097 | + }, |
| 13098 | + "documentation":"<p>The container for the metadata for Fail step.</p>" |
| 13099 | + }, |
13090 | 13100 | "FailureReason":{
|
13091 | 13101 | "type":"string",
|
13092 | 13102 | "max":1024
|
|
17193 | 17203 | },
|
17194 | 17204 | "ModelPackageType":{
|
17195 | 17205 | "shape":"ModelPackageType",
|
17196 |
| - "documentation":"<p>A filter that returns onlyl the model packages of the specified type. This can be one of the following values.</p> <ul> <li> <p> <code>VERSIONED</code> - List only versioned models.</p> </li> <li> <p> <code>UNVERSIONED</code> - List only unversioined models.</p> </li> <li> <p> <code>BOTH</code> - List both versioned and unversioned models.</p> </li> </ul>" |
| 17206 | + "documentation":"<p>A filter that returns only the model packages of the specified type. This can be one of the following values.</p> <ul> <li> <p> <code>UNVERSIONED</code> - List only unversioined models. This is the default value if no <code>ModelPackageType</code> is specified.</p> </li> <li> <p> <code>VERSIONED</code> - List only versioned models.</p> </li> <li> <p> <code>BOTH</code> - List both versioned and unversioned models.</p> </li> </ul>" |
17197 | 17207 | },
|
17198 | 17208 | "NextToken":{
|
17199 | 17209 | "shape":"NextToken",
|
|
21121 | 21131 | },
|
21122 | 21132 | "AttemptCount":{
|
21123 | 21133 | "shape":"IntegerValue",
|
21124 |
| - "documentation":"<p>The current attempt of the execution step. For more information, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html\">Retry Policy for Amazon SageMaker Pipelines steps</a>.</p>" |
| 21134 | + "documentation":"<p>The current attempt of the execution step. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html\">Retry Policy for SageMaker Pipelines steps</a>.</p>" |
21125 | 21135 | },
|
21126 | 21136 | "FailureReason":{
|
21127 | 21137 | "shape":"FailureReason",
|
|
21190 | 21200 | "EMR":{
|
21191 | 21201 | "shape":"EMRStepMetadata",
|
21192 | 21202 | "documentation":"<p>The configurations and outcomes of an EMR step execution.</p>"
|
| 21203 | + }, |
| 21204 | + "Fail":{ |
| 21205 | + "shape":"FailStepMetadata", |
| 21206 | + "documentation":"<p>The configurations and outcomes of a Fail step execution.</p>" |
21193 | 21207 | }
|
21194 | 21208 | },
|
21195 | 21209 | "documentation":"<p>Metadata for a step execution.</p>"
|
|
21216 | 21230 | "PipelineExecutionDisplayName":{
|
21217 | 21231 | "shape":"PipelineExecutionName",
|
21218 | 21232 | "documentation":"<p>The display name of the pipeline execution.</p>"
|
| 21233 | + }, |
| 21234 | + "PipelineExecutionFailureReason":{ |
| 21235 | + "shape":"String3072", |
| 21236 | + "documentation":"<p>A message generated by SageMaker Pipelines describing why the pipeline execution failed.</p>" |
21219 | 21237 | }
|
21220 | 21238 | },
|
21221 | 21239 | "documentation":"<p>A pipeline execution summary.</p>"
|
|
24077 | 24095 | "type":"string",
|
24078 | 24096 | "max":256
|
24079 | 24097 | },
|
| 24098 | + "String3072":{ |
| 24099 | + "type":"string", |
| 24100 | + "max":3072 |
| 24101 | + }, |
24080 | 24102 | "String40":{
|
24081 | 24103 | "type":"string",
|
24082 | 24104 | "max":40
|
|
0 commit comments