From 3b5adde3f0c126645fd28c1968129c56ba84154c Mon Sep 17 00:00:00 2001 From: David Eliahu Date: Mon, 17 Jun 2019 15:41:05 -0700 Subject: [PATCH] Update API docs (cherry picked from commit 99afb4a2fe2cebdda7a4fe0e2ff120dac9cfa243) --- docs/applications/resources/apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/applications/resources/apis.md b/docs/applications/resources/apis.md index febdd85241..ee0f9dfe8c 100644 --- a/docs/applications/resources/apis.md +++ b/docs/applications/resources/apis.md @@ -7,7 +7,7 @@ Serve models at scale and use them to build smarter applications. ```yaml - kind: api name: # API name (required) - model: # reference to a Cortex model (this or external_model must be specified) + model: # reference to a model (e.g. @dnn) (this or external_model must be specified) external_model: # (this or model must be specified) path: # path to a zipped model dir (e.g. s3://my-bucket/model.zip) region: # S3 region (default: us-west-2)