Skip to content

Commit 2e7f07e

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response
1 parent aebba00 commit 2e7f07e

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response"
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18182,6 +18182,16 @@
1818218182
"CreationTime"
1818318183
]
1818418184
},
18185+
"EndpointConfigStepMetadata":{
18186+
"type":"structure",
18187+
"members":{
18188+
"Arn":{
18189+
"shape":"EndpointConfigArn",
18190+
"documentation":"<p>The Amazon Resource Name (ARN) of the endpoint configuration used in the step.</p>"
18191+
}
18192+
},
18193+
"documentation":"<p>Metadata for an endpoint configuration step.</p>"
18194+
},
1818518195
"EndpointConfigSummary":{
1818618196
"type":"structure",
1818718197
"required":[
@@ -18400,6 +18410,16 @@
1840018410
"UpdateRollbackFailed"
1840118411
]
1840218412
},
18413+
"EndpointStepMetadata":{
18414+
"type":"structure",
18415+
"members":{
18416+
"Arn":{
18417+
"shape":"EndpointArn",
18418+
"documentation":"<p>The Amazon Resource Name (ARN) of the endpoint in the step.</p>"
18419+
}
18420+
},
18421+
"documentation":"<p>Metadata for an endpoint step.</p>"
18422+
},
1840318423
"EndpointSummary":{
1840418424
"type":"structure",
1840518425
"required":[
@@ -30960,6 +30980,14 @@
3096030980
"AutoMLJob":{
3096130981
"shape":"AutoMLJobStepMetadata",
3096230982
"documentation":"<p>The Amazon Resource Name (ARN) of the AutoML job that was run by this step.</p>"
30983+
},
30984+
"Endpoint":{
30985+
"shape":"EndpointStepMetadata",
30986+
"documentation":"<p>The endpoint that was invoked during this step execution.</p>"
30987+
},
30988+
"EndpointConfig":{
30989+
"shape":"EndpointConfigStepMetadata",
30990+
"documentation":"<p>The endpoint configuration used to create an endpoint during this step execution.</p>"
3096330991
}
3096430992
},
3096530993
"documentation":"<p>Metadata for a step execution.</p>"

0 commit comments

Comments
 (0)