Comment on page
Configuration
This section explains each of the properties in the configuration blade.
Property | Description |
---|---|
Collection | This associates the Agent to a specific Collection (default to that of the current Data Stream). |
Property | Description |
---|---|
Use Variables | Tick to select saved variables; or enter the text manually. |
Url | The Url of the deployed model in the Azure Machine Learning workspace. |
API Key | The API key generated when the model is deployed in the Azure Machine Learning workspace. |
Before configuring the Agent, please ensure that its input endpoint is connected to a parent Agent which will be sending data to it.
A parent Agent attribute is mapped against each feature in the Azure model to provide it with data.
Name | Description |
---|---|
Input | This endpoint is used to receive data from the parent Agent. |
Output | Events received from the parent Agent are made available to this endpoint, with the Azure model's prediction score and timestamp appended to the original event. |
Error | Errors encountered during the execution of this Agent will be published on this endpoint. |
Last modified 9mo ago