LuisAdaptivePredictionOptions.Log Property
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.
Gets or sets a value indicating whether queries should be logged in LUIS.
public AdaptiveExpressions.Properties.BoolExpression Log { get; set; }
member this.Log : AdaptiveExpressions.Properties.BoolExpression with get, set
Public Property Log As BoolExpression
Property Value
If queries should be logged in LUIS in order to help build better models through active learning.
Remarks
The default is to log queries to LUIS in order to support active learning. To default to the Luis setting set to null.