dsp_info

edgeimpulse_api v1.0.0

edgeimpulse_api.models.dsp_info module

class edgeimpulse_api.models.dsp_info.DSPInfo(*, id: StrictInt, name: StrictStr, windowLength: StrictInt, type: StrictStr, classes: List[StrictStr], features: DSPInfoFeatures, expectedWindowCount: StrictInt, inputAxes: List[StrictStr], performance: Optional[DSPInfoPerformance] = None, canCalculateFeatureImportance: StrictBool, calculateFeatureImportance: StrictBool, hasAutoTune: Optional[StrictBool] = None, minimumVersionForAutotune: Optional[float] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

calculate_feature_importance(: StrictBoo )

can_calculate_feature_importance(: StrictBoo )

classes(: List[StrictStr )

expected_window_count(: StrictIn )

features(_: DSPInfoFeatures

classmethod from_dict(obj: dict)

Create an instance of DSPInfo from a dict

classmethod from_json(json_str: str)

Create an instance of DSPInfo from a JSON string

has_auto_tune(: Optional[StrictBool )

id(: StrictIn )

input_axes(: List[StrictStr )

minimum_version_for_autotune(: Optional[float )

name(: StrictSt )

performance(: Optional[DSPInfoPerformance )

to_dict()

Returns the dictionary representation of the model using alias

to_json()

Returns the JSON representation of the model using alias

to_str()

Returns the string representation of the model using alias

type(: StrictSt )

window_length(: StrictIn )

Last updated

Was this helpful?