Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
bounding_boxes
List[edgeimpulse_api.models.bounding_box.BoundingBox] | None
is_disabled
pydantic.v1.types.StrictBool | None
label
pydantic.v1.types.StrictStr | None
metadata
Dict[str, pydantic.v1.types.StrictStr] | None
structured_labels
List[edgeimpulse_api.models.structured_label.StructuredLabel] | None
edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges.from_dict( obj: dict ) ‑> edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges
obj
dict
edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges
edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges.from_json( json_str: str ) ‑> edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges
json_str
str
edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges.to_dict( self )
self
edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.sample_proposed_changes.SampleProposedChanges.to_str( self ) ‑> str
Was this page helpful?