File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Cortex is maintained by a venture-backed team of infrastructure engineers and [w
34
34
35
35
36
36
# Load data for preprocessing or postprocessing. For example:
37
- labels = download_labels_from_s3 ()
37
+ labels = download_my_labels_from_s3 ()
38
38
39
39
40
40
def pre_inference(sample, metadata) :
@@ -51,13 +51,13 @@ def post_inference(prediction, metadata):
51
51
$ cortex deploy
52
52
53
53
Deploying ...
54
- http ://*** .amazonaws.com/my-api # Your API is ready!
54
+ https ://*** .amazonaws.com/my-api # Your API is ready!
55
55
```
56
56
57
57
** Serve** real time predictions via scalable JSON APIs:
58
58
59
59
``` bash
60
- $ curl -d ' {"a": 1, "b": 2, "c": 3}' http ://*** .amazonaws.com/my-api
60
+ $ curl -d ' {"a": 1, "b": 2, "c": 3}' https ://*** .amazonaws.com/my-api
61
61
62
62
{ prediction: " def" }
63
63
` ` `
You can’t perform that action at this time.
0 commit comments