Links
Comment on page

Configuration

This section explains each of the properties in the configuration blade.

General

Property
Description
Collection
This associates the Agent to a specific Collection (default to that of the current Data Stream).
Refer to Collections and Stream Hosts to understand more about Collections.

Machine Learning Model

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.

Input Mapping

A parent Agent attribute is mapped against each feature in the Azure model to provide it with data.
Refer to Setup Input Mappings for step-by-step instructions.

Endpoints

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.