Classes
ObjectDetectionAutoLabelResponseAllOf
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] |
STATIC METHODS
from_dict
Parameters | |
---|---|
obj | dict |
Returns |
---|
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf |
from_json
Parameters | |
---|---|
json_str | str |
Returns |
---|
edgeimpulse_api.models.object_detection_auto_label_response_all_of.ObjectDetectionAutoLabelResponseAllOf |
METHODS
to_dict
Parameters | |
---|---|
self | |
to_json
Parameters | |
---|---|
self | |
indent=None | |
Returns |
---|
str |
to_str
Parameters | |
---|---|
self | |
Returns |
---|
str |