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.learn_block.LearnBlock( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
author
pydantic.v1.types.StrictStr
block_type
edgeimpulse_api.models.block_type.BlockType
description
display_category
edgeimpulse_api.models.block_display_category.BlockDisplayCategory | None
is_public_enterprise_only
pydantic.v1.types.StrictBool | None
name
organization_model_id
pydantic.v1.types.StrictInt | None
public_project_tier_availability
edgeimpulse_api.models.public_project_tier_availability.PublicProjectTierAvailability | None
recommended
pydantic.v1.types.StrictBool
supported_targets
List[pydantic.v1.types.StrictStr] | None
title
type
edgeimpulse_api.models.learn_block.LearnBlock.from_dict( obj: dict ) ‑> edgeimpulse_api.models.learn_block.LearnBlock
obj
dict
edgeimpulse_api.models.learn_block.LearnBlock
edgeimpulse_api.models.learn_block.LearnBlock.from_json( json_str: str ) ‑> edgeimpulse_api.models.learn_block.LearnBlock
json_str
str
edgeimpulse_api.models.learn_block.LearnBlock.to_dict( self )
self
edgeimpulse_api.models.learn_block.LearnBlock.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.learn_block.LearnBlock.to_str( self ) ‑> str
Was this page helpful?