class edgeimpulse_api.models.target_constraints.TargetConstraints(
**data: Any
)
Config
The type of the None singleton.
application_budgets: List[edgeimpulse_api.models.application_budget.ApplicationBudget]
The type of the None singleton.
selected_target_based_on: pydantic.types.StrictStr | None
The type of the None singleton.
target_devices: List[edgeimpulse_api.models.target_constraints_device.TargetConstraintsDevice]
The type of the None singleton.
edgeimpulse_api.models.target_constraints.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.target_constraints.TargetConstraints
edgeimpulse_api.models.target_constraints.from_json(
json_str: str
) ‑> edgeimpulse_api.models.target_constraints.TargetConstraints
edgeimpulse_api.models.target_constraints.selected_target_based_on_validate_enum(
v
)
edgeimpulse_api.models.target_constraints.to_dict(
self
)
edgeimpulse_api.models.target_constraints.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.target_constraints.to_str(
self
) ‑> str