Skip to content

Commit a1254dc

Browse files
committed
Update load.sh
1 parent 1053fff commit a1254dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev/load.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
# limitations under the License.
1616

1717

18-
SLEEP="0.01"
18+
SLEEP="0" # seconds
1919

20-
URL="https://ac47cdf2e99cb11e9ade10693263c378-1155928797.us-west-2.elb.amazonaws.com/iris/iris-type"
20+
# Iris
21+
URL="https://a5a5afc3ba1bb11e9a4d20ab58369843-145237363.us-west-2.elb.amazonaws.com/iris/tensorflow"
2122
DATA='{ "samples": [ { "sepal_length": 5.2, "sepal_width": 3.6, "petal_length": 1.4, "petal_width": 0.3 } ] }'
2223

24+
# Insurance
2325
# URL="https://ac47cdf2e99cb11e9ade10693263c378-1155928797.us-west-2.elb.amazonaws.com/insurance/cost"
2426
# DATA='{ "samples": [ { "age": 22, "bmi": 25, "children": 0, "region": "northeast", "sex": "female", "smoker": "no" } ] }'
2527

0 commit comments

Comments
 (0)