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
3434
3535
3636# Load data for preprocessing or postprocessing. For example:
37- labels = download_labels_from_s3 ()
37+ labels = download_my_labels_from_s3 ()
3838
3939
4040def pre_inference(sample, metadata) :
@@ -51,13 +51,13 @@ def post_inference(prediction, metadata):
5151$ cortex deploy
5252
5353Deploying ...
54- http ://*** .amazonaws.com/my-api # Your API is ready!
54+ https ://*** .amazonaws.com/my-api # Your API is ready!
5555```
5656
5757** Serve** real time predictions via scalable JSON APIs:
5858
5959``` 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
6161
6262{ prediction: " def" }
6363` ` `
You can’t perform that action at this time.
0 commit comments