File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
services/sagemaker/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon SageMaker Service" ,
4
+ "contributor" : " " ,
5
+ "description" : " Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response"
6
+ }
Original file line number Diff line number Diff line change 18182
18182
"CreationTime"
18183
18183
]
18184
18184
},
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
+ },
18185
18195
"EndpointConfigSummary":{
18186
18196
"type":"structure",
18187
18197
"required":[
18400
18410
"UpdateRollbackFailed"
18401
18411
]
18402
18412
},
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
+ },
18403
18423
"EndpointSummary":{
18404
18424
"type":"structure",
18405
18425
"required":[
30960
30980
"AutoMLJob":{
30961
30981
"shape":"AutoMLJobStepMetadata",
30962
30982
"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>"
30963
30991
}
30964
30992
},
30965
30993
"documentation":"<p>Metadata for a step execution.</p>"
You can’t perform that action at this time.
0 commit comments