SQL Syntax Parameter | Description |
---|---|
Path | Path to the model. Can be local storage, HDFS, cloud storage (AWS S3, Azure, GCS). |
Memory | Maximum memory per container. Can be increased for large models if there are out-of-memory errors. • Default: 512MB • Minimum 70MB |
Signature | The Tensorflow signature definition, the default is “serving_default”. This is similar to running from the command line: saved_model_cli show --dir /path/to/model/ --tag_set serve --signature_def serving_default |
Credentials | If necessary, can be specified to access the model storage. |