다음을 통해 공유


RankableAction Constructors

Definition

Overloads

RankableAction()

Initializes a new instance of the RankableAction class.

RankableAction(String, IList<Object>)

Initializes a new instance of the RankableAction class.

RankableAction()

Initializes a new instance of the RankableAction class.

public RankableAction ();
Public Sub New ()

Applies to

RankableAction(String, IList<Object>)

Initializes a new instance of the RankableAction class.

public RankableAction (string id, System.Collections.Generic.IList<object> features);
new Microsoft.Azure.CognitiveServices.Personalizer.Models.RankableAction : string * System.Collections.Generic.IList<obj> -> Microsoft.Azure.CognitiveServices.Personalizer.Models.RankableAction
Public Sub New (id As String, features As IList(Of Object))

Parameters

id
String

Id of the action.

features
IList<Object>

List of dictionaries containing features.

Applies to