Skip to content

Commit 3b5adde

Browse files
committed
Update API docs
(cherry picked from commit 99afb4a)
1 parent 3143678 commit 3b5adde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/applications/resources/apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Serve models at scale and use them to build smarter applications.
77
```yaml
88
- kind: api
99
name: <string> # API name (required)
10-
model: <string> # reference to a Cortex model (this or external_model must be specified)
10+
model: <string> # reference to a model (e.g. @dnn) (this or external_model must be specified)
1111
external_model: # (this or model must be specified)
1212
path: <string> # path to a zipped model dir (e.g. s3://my-bucket/model.zip)
1313
region: <string> # S3 region (default: us-west-2)

0 commit comments

Comments
 (0)