class edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges(
**data: Any
)
Config
The type of the None singleton.
bounding_boxes: List[edgeimpulse_api.models.bounding_box.BoundingBox] | None
The type of the None singleton.
is_disabled: pydantic.types.StrictBool | None
The type of the None singleton.
label: pydantic.types.StrictStr | None
The type of the None singleton.
metadata: Dict[str, pydantic.types.StrictStr] | None
The type of the None singleton.
structured_labels: List[edgeimpulse_api.models.structured_label.StructuredLabel] | None
The type of the None singleton.
edgeimpulse_api.models.sample_proposed_changes.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges
edgeimpulse_api.models.sample_proposed_changes.from_json(
json_str: str
) ‑> edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges
edgeimpulse_api.models.sample_proposed_changes.to_dict(
self
)
edgeimpulse_api.models.sample_proposed_changes.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.sample_proposed_changes.to_str(
self
) ‑> str