JsonModelFeatureInformation Class

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

Inheritance
JsonModelFeatureInformation

Constructor

JsonModelFeatureInformation(*, model_name: Optional[str] = None, feature_name: Optional[str] = None, **kwargs)

Parameters

model_name
str
Required

The name of the model used.

feature_name
str
Required

The name of the feature used.