CodeConfiguration interface
Configuration for a scoring code asset.
Properties
code |
ARM resource ID of the code asset. |
scoring |
[Required] The script to execute on startup. eg. "score.py" |
Property Details
codeId
ARM resource ID of the code asset.
codeId?: string
Property Value
string
scoringScript
[Required] The script to execute on startup. eg. "score.py"
scoringScript: string
Property Value
string