dsp_group_item

edgeimpulse_api v1.0.0

edgeimpulse_api.models.dsp_group_item module

class edgeimpulse_api.models.dsp_group_item.DSPGroupItem(*, name: StrictStr, value: Optional[StrictStr] = None, defaultValue: StrictStr, type: StrictStr, help: StrictStr, param: StrictStr, selectOptions: Optional[List[DSPGroupItemSelectOptionsInner]] = None, readonly: StrictBool, shouldShow: StrictBool, showIf: Optional[DSPGroupItemShowIf] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

default_value(: StrictSt )

classmethod from_dict(obj: dict)

Create an instance of DSPGroupItem from a dict

classmethod from_json(json_str: str)

Create an instance of DSPGroupItem from a JSON string

help(: StrictSt )

name(: StrictSt )

param(: StrictSt )

readonly(: StrictBoo )

select_options(: Optional[List[DSPGroupItemSelectOptionsInner] )

should_show(: StrictBoo )

show_if(: Optional[DSPGroupItemShowIf )

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 )

value(: Optional[StrictStr )

Last updated

Was this helpful?