organization_info_response_all_of_default_compute_limits module#

class edgeimpulse_api.models.organization_info_response_all_of_default_compute_limits.OrganizationInfoResponseAllOfDefaultComputeLimits(
*,
requestsCpu: float,
requestsMemory: float,
limitsCpu: float,
limitsMemory: float,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
classmethod from_dict(
obj: dict,
) OrganizationInfoResponseAllOfDefaultComputeLimits[source]#

Create an instance of OrganizationInfoResponseAllOfDefaultComputeLimits from a dict

classmethod from_json(
json_str: str,
) OrganizationInfoResponseAllOfDefaultComputeLimits[source]#

Create an instance of OrganizationInfoResponseAllOfDefaultComputeLimits from a JSON string

limits_cpu: float#
limits_memory: float#
requests_cpu: float#
requests_memory: float#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias