class edgeimpulse_api.models.get_dataset_ratio_response.GetDatasetRatioResponse(
**data: Any
)
Config
The type of the None singleton.
error: pydantic.types.StrictStr | None
The type of the None singleton.
ratio: edgeimpulse_api.models.dataset_ratio_data_ratio.DatasetRatioDataRatio
The type of the None singleton.
success: pydantic.types.StrictBool
The type of the None singleton.
edgeimpulse_api.models.get_dataset_ratio_response.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.get_dataset_ratio_response.GetDatasetRatioResponse
edgeimpulse_api.models.get_dataset_ratio_response.from_json(
json_str: str
) ‑> edgeimpulse_api.models.get_dataset_ratio_response.GetDatasetRatioResponse
edgeimpulse_api.models.get_dataset_ratio_response.to_dict(
self
)
edgeimpulse_api.models.get_dataset_ratio_response.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.get_dataset_ratio_response.to_str(
self
) ‑> str