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_candidate_label_map.VlmCandidateLabelMap( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
candidate_labels
List[edgeimpulse_api.models.vlm_candidate_label_item.VlmCandidateLabelItem]
version
pydantic.v1.types.StrictInt
edgeimpulse_api.models.vlm_candidate_label_map.VlmCandidateLabelMap.from_dict( obj: dict ) ‑> edgeimpulse_api.models.vlm_candidate_label_map.VlmCandidateLabelMap
obj
dict
edgeimpulse_api.models.vlm_candidate_label_map.VlmCandidateLabelMap
edgeimpulse_api.models.vlm_candidate_label_map.VlmCandidateLabelMap.from_json( json_str: str ) ‑> edgeimpulse_api.models.vlm_candidate_label_map.VlmCandidateLabelMap
json_str
str
edgeimpulse_api.models.vlm_candidate_label_map.VlmCandidateLabelMap.to_dict( self )
self
edgeimpulse_api.models.vlm_candidate_label_map.VlmCandidateLabelMap.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.vlm_candidate_label_map.VlmCandidateLabelMap.to_str( self ) ‑> str
Was this page helpful?