UNPKG

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