class edgeimpulse_api.models.organization_metrics_response_all_of_metrics.OrganizationMetricsResponseAllOfMetrics(
**data: Any
)
Config
The type of the None singleton.
cpu_compute_time_current_contract: float
The type of the None singleton.
gpu_compute_time_current_contract: float
The type of the None singleton.
jobs_compute_time_current_year: float
The type of the None singleton.
jobs_compute_time_current_year_since: datetime.datetime
The type of the None singleton.
project_count: pydantic.types.StrictInt
The type of the None singleton.
total_jobs_compute_time: float
The type of the None singleton.
total_storage: float
The type of the None singleton.
user_count: pydantic.types.StrictInt
The type of the None singleton.
edgeimpulse_api.models.organization_metrics_response_all_of_metrics.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.organization_metrics_response_all_of_metrics.OrganizationMetricsResponseAllOfMetrics
edgeimpulse_api.models.organization_metrics_response_all_of_metrics.from_json(
json_str: str
) ‑> edgeimpulse_api.models.organization_metrics_response_all_of_metrics.OrganizationMetricsResponseAllOfMetrics
edgeimpulse_api.models.organization_metrics_response_all_of_metrics.to_dict(
self
)
edgeimpulse_api.models.organization_metrics_response_all_of_metrics.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.organization_metrics_response_all_of_metrics.to_str(
self
) ‑> str