Retry count
statements #tsql#statements
specifies the directory on the local SQL Server instance where the ONNX
Runtime executables are located.
Requires
or
database permission.
For example:
Or:
To use an external model in an AI function, a principal must be granted the ability to
it.
For example:
If the embeddings call encounters HTTP status codes indicating temporary issues, you can
configure the request to automatically retry. To specify the number of retries, add the following
JSON
JSON
API format
Location path format
Retry count with other parameters
LOCAL_RUNTIME_PATH
ALTER ANY EXTERNAL MODEL
CREATE EXTERNAL MODEL
EXECUTE
'{ "dimensions": 1536 }'
GRANT
CREATE
EXTERNAL
MODEL
TO
[<PRINCIPAL>];
GRANT
ALTER
ANY
EXTERNAL
MODEL
TO
[<PRINCIPAL>];
GRANT
EXECUTE
ON
EXTERNAL
MODEL
::MODEL_NAME
TO
[<PRINCIPAL>];
GO