ModelFeatureInformation interface

An object containing the model feature information either the model name or feature name.

Properties

featureName

The name of the feature used.

isRequired
modelName

The name of the model used.

Property Details

featureName

The name of the feature used.

featureName?: string

Property Value

string

isRequired

isRequired?: boolean

Property Value

boolean

modelName

The name of the model used.

modelName?: string

Property Value

string