class edgeimpulse_api.models.get_diversity_data_response_all_of_cluster_infos.GetDiversityDataResponseAllOfClusterInfos(
**data: Any
)
Config
The type of the None singleton.
count: pydantic.types.StrictInt
The type of the None singleton.
distance: float
The type of the None singleton.
idx: pydantic.types.StrictInt
The type of the None singleton.
indexes: List[pydantic.types.StrictInt]
The type of the None singleton.
left_idx: pydantic.types.StrictInt | None
The type of the None singleton.
right_idx: pydantic.types.StrictInt | None
The type of the None singleton.
samples: List[edgeimpulse_api.models.sample.Sample] | None
The type of the None singleton.
vendi_ratio: float
The type of the None singleton.
vendi_score: float
The type of the None singleton.
windows: List[List[pydantic.types.StrictInt]]
The type of the None singleton.
edgeimpulse_api.models.get_diversity_data_response_all_of_cluster_infos.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_diversity_data_response_all_of_cluster_infos.GetDiversityDataResponseAllOfClusterInfos
edgeimpulse_api.models.get_diversity_data_response_all_of_cluster_infos.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_diversity_data_response_all_of_cluster_infos.GetDiversityDataResponseAllOfClusterInfos
edgeimpulse_api.models.get_diversity_data_response_all_of_cluster_infos.to_dict(
self
)
edgeimpulse_api.models.get_diversity_data_response_all_of_cluster_infos.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_diversity_data_response_all_of_cluster_infos.to_str(
self
) ‑> str