class edgeimpulse_api.models.generate_features_request.GenerateFeaturesRequest(
**data: Any
)
Config
The type of the None singleton.
calculate_feature_importance: pydantic.types.StrictBool | None
The type of the None singleton.
dsp_id: pydantic.types.StrictInt
The type of the None singleton.
normalize_data: edgeimpulse_api.models.dsp_normalize_data.DSPNormalizeData | None
The type of the None singleton.
skip_feature_explorer: pydantic.types.StrictBool | None
The type of the None singleton.
edgeimpulse_api.models.generate_features_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.generate_features_request.GenerateFeaturesRequest
edgeimpulse_api.models.generate_features_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.generate_features_request.GenerateFeaturesRequest
edgeimpulse_api.models.generate_features_request.to_dict(
self
)
edgeimpulse_api.models.generate_features_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.generate_features_request.to_str(
self
) ‑> str