Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
edgeimpulse_api.models.tuner_block.TunerBlock( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
author
pydantic.v1.types.StrictStr | None
block_type
edgeimpulse_api.models.block_type.BlockType
default_config
Dict[str, Any] | None
description
name
organization_model_id
float | None
params
Dict[str, edgeimpulse_api.models.dsp_group_item.DSPGroupItem] | None
recommended
pydantic.v1.types.StrictBool | None
title
pydantic.v1.types.StrictStr
type
variants
Dict[str, edgeimpulse_api.models.tuner_block_variants_value.TunerBlockVariantsValue] | None
edgeimpulse_api.models.tuner_block.TunerBlock.from_dict( obj: dict ) ‑> edgeimpulse_api.models.tuner_block.TunerBlock
obj
dict
edgeimpulse_api.models.tuner_block.TunerBlock
edgeimpulse_api.models.tuner_block.TunerBlock.from_json( json_str: str ) ‑> edgeimpulse_api.models.tuner_block.TunerBlock
json_str
str
edgeimpulse_api.models.tuner_block.TunerBlock.to_dict( self )
self
edgeimpulse_api.models.tuner_block.TunerBlock.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.tuner_block.TunerBlock.to_str( self ) ‑> str
Was this page helpful?