runtime.sagemaker-2017-05-13.min.json
2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"version": "2.0",
"metadata": {
"apiVersion": "2017-05-13",
"endpointPrefix": "runtime.sagemaker",
"jsonVersion": "1.1",
"protocol": "rest-json",
"serviceFullName": "Amazon SageMaker Runtime",
"serviceId": "SageMaker Runtime",
"signatureVersion": "v4",
"signingName": "sagemaker",
"uid": "runtime.sagemaker-2017-05-13"
},
"operations": {
"InvokeEndpoint": {
"http": {
"requestUri": "/endpoints/{EndpointName}/invocations"
},
"input": {
"type": "structure",
"required": [
"EndpointName",
"Body"
],
"members": {
"EndpointName": {
"location": "uri",
"locationName": "EndpointName"
},
"Body": {
"shape": "S3"
},
"ContentType": {
"location": "header",
"locationName": "Content-Type"
},
"Accept": {
"location": "header",
"locationName": "Accept"
},
"CustomAttributes": {
"shape": "S5",
"location": "header",
"locationName": "X-Amzn-SageMaker-Custom-Attributes"
},
"TargetModel": {
"location": "header",
"locationName": "X-Amzn-SageMaker-Target-Model"
}
},
"payload": "Body"
},
"output": {
"type": "structure",
"required": [
"Body"
],
"members": {
"Body": {
"shape": "S3"
},
"ContentType": {
"location": "header",
"locationName": "Content-Type"
},
"InvokedProductionVariant": {
"location": "header",
"locationName": "x-Amzn-Invoked-Production-Variant"
},
"CustomAttributes": {
"shape": "S5",
"location": "header",
"locationName": "X-Amzn-SageMaker-Custom-Attributes"
}
},
"payload": "Body"
}
}
},
"shapes": {
"S3": {
"type": "blob",
"sensitive": true
},
"S5": {
"type": "string",
"sensitive": true
}
}
}