class edgeimpulse_api.models.update_organization_dsp_block_request.UpdateOrganizationDspBlockRequest(
**data: Any
)
Config
The type of the None singleton.
description: pydantic.types.StrictStr | None
The type of the None singleton.
docker_container: pydantic.types.StrictStr | None
The type of the None singleton.
limits_cpu: float | None
The type of the None singleton.
limits_memory: pydantic.types.StrictInt | None
The type of the None singleton.
name: pydantic.types.StrictStr | None
The type of the None singleton.
port: pydantic.types.StrictInt | None
The type of the None singleton.
requests_cpu: float | None
The type of the None singleton.
requests_memory: pydantic.types.StrictInt | None
The type of the None singleton.
source_code_download_staff_only: pydantic.types.StrictBool | None
The type of the None singleton.
edgeimpulse_api.models.update_organization_dsp_block_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.update_organization_dsp_block_request.UpdateOrganizationDspBlockRequest
edgeimpulse_api.models.update_organization_dsp_block_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.update_organization_dsp_block_request.UpdateOrganizationDspBlockRequest
edgeimpulse_api.models.update_organization_dsp_block_request.to_dict(
self
)
edgeimpulse_api.models.update_organization_dsp_block_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.update_organization_dsp_block_request.to_str(
self
) ‑> str