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.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
all_labels
List[pydantic.v1.types.StrictStr]
error
pydantic.v1.types.StrictStr | None
results
List[edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults]
success
pydantic.v1.types.StrictBool
edgeimpulse_api.models.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse.from_dict( obj: dict ) ‑> edgeimpulse_api.models.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse
obj
dict
edgeimpulse_api.models.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse
edgeimpulse_api.models.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse.from_json( json_str: str ) ‑> edgeimpulse_api.models.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse
json_str
str
edgeimpulse_api.models.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse.to_dict( self )
self
edgeimpulse_api.models.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.object_detection_auto_label_response.ObjectDetectionAutoLabelResponse.to_str( self ) ‑> str
Was this page helpful?