class edgeimpulse_api.models.neighbors_data.NeighborsData(
**data: Any
)
Config
The type of the None singleton.
num_neighbors: pydantic.types.StrictInt
The type of the None singleton.
scores_and_neighbors: List[edgeimpulse_api.models.neighbors_score.NeighborsScore]
The type of the None singleton.
edgeimpulse_api.models.neighbors_data.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.neighbors_data.NeighborsData
edgeimpulse_api.models.neighbors_data.from_json(
json_str: str
) ‑> edgeimpulse_api.models.neighbors_data.NeighborsData
edgeimpulse_api.models.neighbors_data.to_dict(
self
)
edgeimpulse_api.models.neighbors_data.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.neighbors_data.to_str(
self
) ‑> str