impulse_learn_block
edgeimpulse_api v1.0.0
edgeimpulse_api.models.impulse_learn_block module
class edgeimpulse_api.models.impulse_learn_block.ImpulseLearnBlock(*, id: ConstrainedIntValue, type: LearnBlockType, name: StrictStr, dsp: List[StrictInt], title: StrictStr, primaryVersion: StrictBool, baseBlockId: Optional[StrictInt] = None, tunerBaseBlockId: Optional[StrictInt] = None, tunerTemplateId: Optional[StrictInt] = None, tunerPrimary: Optional[StrictBool] = None, clonedFromBlockId: Optional[StrictInt] = None, mutated: Optional[StrictBool] = None, enabled: Optional[StrictBool] = None, db: Optional[StrictBool] = None, description: Optional[StrictStr] = None, createdBy: Optional[StrictStr] = None, createdAt: Optional[datetime] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
base_block_id(: Optional[StrictInt )
cloned_from_block_id(: Optional[StrictInt )
created_at(: Optional[datetime )
created_by(: Optional[StrictStr )
db(: Optional[StrictBool )
description(: Optional[StrictStr )
dsp(: List[StrictInt )
enabled(: Optional[StrictBool )
classmethod from_dict(obj: dict)Create an instance of ImpulseLearnBlock from a dict
classmethod from_json(json_str: str)Create an instance of ImpulseLearnBlock from a JSON string
id(: ConstrainedIntValu )
mutated(: Optional[StrictBool )
name(: StrictSt )
primary_version(: StrictBoo )
title(: StrictSt )
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
tuner_base_block_id(: Optional[StrictInt )
tuner_primary(: Optional[StrictBool )
tuner_template_id(: Optional[StrictInt )
type(_: LearnBlockType
Last updated
Was this helpful?