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.vlm_model.VlmModel( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
available_prompt_components
List[List[edgeimpulse_api.models.vlm_prompt_component.VlmPromptComponent]] | None
default_parameters
List[edgeimpulse_api.models.dsp_group.DSPGroup]
description
pydantic.v1.types.StrictStr
model_id
float
model_name
requires_warmup
pydantic.v1.types.StrictBool | None
type
edgeimpulse_api.models.vlm_model_type.VlmModelType
edgeimpulse_api.models.vlm_model.VlmModel.from_dict( obj: dict ) ‑> edgeimpulse_api.models.vlm_model.VlmModel
obj
dict
edgeimpulse_api.models.vlm_model.VlmModel
edgeimpulse_api.models.vlm_model.VlmModel.from_json( json_str: str ) ‑> edgeimpulse_api.models.vlm_model.VlmModel
json_str
str
edgeimpulse_api.models.vlm_model.VlmModel.to_dict( self )
self
edgeimpulse_api.models.vlm_model.VlmModel.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.vlm_model.VlmModel.to_str( self ) ‑> str
Was this page helpful?