We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3143678 commit 3b5addeCopy full SHA for 3b5adde
docs/applications/resources/apis.md
@@ -7,7 +7,7 @@ Serve models at scale and use them to build smarter applications.
7
```yaml
8
- kind: api
9
name: <string> # API name (required)
10
- model: <string> # reference to a Cortex model (this or external_model must be specified)
+ model: <string> # reference to a model (e.g. @dnn) (this or external_model must be specified)
11
external_model: # (this or model must be specified)
12
path: <string> # path to a zipped model dir (e.g. s3://my-bucket/model.zip)
13
region: <string> # S3 region (default: us-west-2)
0 commit comments