PersonalizerRankableAction(String, IEnumerable<Object>) 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 PersonalizerRankableAction.
public PersonalizerRankableAction (string id, System.Collections.Generic.IEnumerable<object> features);
new Azure.AI.Personalizer.PersonalizerRankableAction : string * seq<obj> -> Azure.AI.Personalizer.PersonalizerRankableAction
Public Sub New (id As String, features As IEnumerable(Of Object))
Parameters
- id
- String
Id of the action.
- features
- IEnumerable<Object>
List of dictionaries containing features.
Exceptions
id
or features
is null.