Documentation Index
Fetch the complete documentation index at: https://docs.nordic.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
DSPGroupItemSelectOptionsInner
class edgeimpulse_api.models.dsp_group_item_select_options_inner.DSPGroupItemSelectOptionsInner(
**data: Any
)
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
Bases
- pydantic.main.BaseModel
- pydantic.utils.Representation
Class variables
-
Config
The type of the None singleton.
-
needs_features: List[pydantic.types.StrictStr] | None
The type of the None singleton.
-
needs_ops: List[pydantic.types.StrictStr] | None
The type of the None singleton.
-
option_label: pydantic.types.StrictStr | None
The type of the None singleton.
-
priority: float | None
The type of the None singleton.
-
rom_estimate: float | None
The type of the None singleton.
-
selected: pydantic.types.StrictBool | None
The type of the None singleton.
-
value: pydantic.types.StrictStr | None
The type of the None singleton.
Static methods
from_dict
edgeimpulse_api.models.dsp_group_item_select_options_inner.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.dsp_group_item_select_options_inner.DSPGroupItemSelectOptionsInner
Create an instance of DSPGroupItemSelectOptionsInner from a dict
Parameters
Return
edgeimpulse_api.models.dsp_group_item_select_options_inner.DSPGroupItemSelectOptionsInner
from_json
edgeimpulse_api.models.dsp_group_item_select_options_inner.from_json(
json_str: str
) ‑> edgeimpulse_api.models.dsp_group_item_select_options_inner.DSPGroupItemSelectOptionsInner
Create an instance of DSPGroupItemSelectOptionsInner from a JSON string
Parameters
Return
edgeimpulse_api.models.dsp_group_item_select_options_inner.DSPGroupItemSelectOptionsInner
Methods
to_dict
edgeimpulse_api.models.dsp_group_item_select_options_inner.to_dict(
self
)
Returns the dictionary representation of the model using alias
Parameters
to_json
edgeimpulse_api.models.dsp_group_item_select_options_inner.to_json(
self,
indent=None
) ‑> str
Returns the JSON representation of the model using alias
Parameters
Return
str
to_str
edgeimpulse_api.models.dsp_group_item_select_options_inner.to_str(
self
) ‑> str
Returns the string representation of the model using alias
Parameters
Return
str