PersonalizerRewardOptions(Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of PersonalizerRewardOptions.
public PersonalizerRewardOptions (float value);
new Azure.AI.Personalizer.PersonalizerRewardOptions : single -> Azure.AI.Personalizer.PersonalizerRewardOptions
Public Sub New (value As Single)
Parameters
- value
- Single
Reward to be assigned to an action. Value is a float calculated by your application, typically between 0 and 1, and must be between -1 and 1.