Freigeben über


CustomNL2FxResultItem Class

Definition

Result of an NL2Fx operation.

public class CustomNL2FxResultItem
type CustomNL2FxResultItem = class
Public Class CustomNL2FxResultItem
Inheritance
CustomNL2FxResultItem

Constructors

CustomNL2FxResultItem()

Properties

AnonymizedExpression

An expression that has all PII stripped and can be logged.

Expression

A power fx expression. This should be valid and LSP verified it has no errors.

ModelId

Identification (such as name/version) for model that produced the result.

RawExpression

The expression from the model, prior to any client-side LSP filtering. This can be useful for diagnostics.

Applies to