edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf(
**data: Any
)
Parameters | |
---|---|
**data | Any |
Bases |
---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
Class variables | |
---|---|
Config | |
all_labels | List[pydantic.v1.types.StrictStr] |
results | List[edgeimpulse_api.models.object_detection_auto_label_response_all_of_results.ObjectDetectionAutoLabelResponseAllOfResults] |
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf
Parameters | |
---|---|
obj | dict |
Returns |
---|
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf |
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf.from_json(
json_str: str
) ‑> edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf
Parameters | |
---|---|
json_str | str |
Returns |
---|
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf |
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf.to_dict(
self
)
Parameters | |
---|---|
self | |
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf.to_json(
self,
indent=None
) ‑> str
Parameters | |
---|---|
self | |
indent=None | |
Returns |
---|
str |
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf.to_str(
self
) ‑> str
Parameters | |
---|---|
self | |
Returns |
---|
str |