Inference Configuration
azure_helper.steps.score
init()
and run()
are both reserved functions with reserved variables needed to deploy a model, whether it is on ACI or AKS.
init()
defines how to load the model.
run()
defines how to handle the datas that are fed to the model from the REST endpoint.
init()
run(data)
summary
Parameters:
Name | Type | Description | Default |
---|---|---|---|
data |
_type_
|
description |
required |
Returns:
Name | Type | Description |
---|---|---|
_type_ | description |