Classes
TargetConstraintsDevice
Parameters | |
---|---|
**data | Any |
Bases |
---|
pydantic.v1.main.BaseModel |
pydantic.v1.utils.Representation |
Class variables | |
---|---|
Config | |
board | pydantic.v1.types.StrictStr | None |
latency_device | pydantic.v1.types.StrictStr | None |
name | pydantic.v1.types.StrictStr | None |
processors | List[edgeimpulse_api.models.target_processor.TargetProcessor] | None |
STATIC METHODS
from_dict
Parameters | |
---|---|
obj | dict |
Returns |
---|
edgeimpulse_api.models.target_constraints_device.TargetConstraintsDevice |
from_json
Parameters | |
---|---|
json_str | str |
Returns |
---|
edgeimpulse_api.models.target_constraints_device.TargetConstraintsDevice |
METHODS
to_dict
Parameters | |
---|---|
self | |
to_json
Parameters | |
---|---|
self | |
indent=None | |
Returns |
---|
str |
to_str
Parameters | |
---|---|
self | |
Returns |
---|
str |