class edgeimpulse_api.models.deployment_target.DeploymentTarget(
**data: Any
)
Config
The type of the None singleton.
badge: edgeimpulse_api.models.deployment_target_badge.DeploymentTargetBadge | None
The type of the None singleton.
custom_deploy_id: pydantic.types.StrictInt | None
The type of the None singleton.
description: pydantic.types.StrictStr
The type of the None singleton.
docs_url: pydantic.types.StrictStr
The type of the None singleton.
firmware_repo_url: pydantic.types.StrictStr | None
The type of the None singleton.
format: pydantic.types.StrictStr
The type of the None singleton.
has_akida: pydantic.types.StrictBool
The type of the None singleton.
has_ceva_npn: pydantic.types.StrictBool
The type of the None singleton.
has_drpai: pydantic.types.StrictBool
The type of the None singleton.
has_eon_compiler: pydantic.types.StrictBool
The type of the None singleton.
has_memryx: pydantic.types.StrictBool
The type of the None singleton.
has_st_aton: pydantic.types.StrictBool
The type of the None singleton.
has_tensai_flow: pydantic.types.StrictBool
The type of the None singleton.
has_tensor_rt: pydantic.types.StrictBool
The type of the None singleton.
has_tidl: pydantic.types.StrictBool
The type of the None singleton.
hide_optimizations: pydantic.types.StrictBool
The type of the None singleton.
image: pydantic.types.StrictStr
The type of the None singleton.
image_classes: pydantic.types.StrictStr
The type of the None singleton.
integrate_url: pydantic.types.StrictStr | None
The type of the None singleton.
latency_device: pydantic.types.StrictStr | None
The type of the None singleton.
model_variants: List[edgeimpulse_api.models.deployment_target_variant.DeploymentTargetVariant]
The type of the None singleton.
name: pydantic.types.StrictStr
The type of the None singleton.
owner_organization_name: pydantic.types.StrictStr | None
The type of the None singleton.
preferred_engine: edgeimpulse_api.models.deployment_target_engine.DeploymentTargetEngine
The type of the None singleton.
supported_engines: List[edgeimpulse_api.models.deployment_target_engine.DeploymentTargetEngine]
The type of the None singleton.
ui_section: pydantic.types.StrictStr
The type of the None singleton.
url: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.deployment_target.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.deployment_target.DeploymentTarget
edgeimpulse_api.models.deployment_target.from_json(
json_str: str
) ‑> edgeimpulse_api.models.deployment_target.DeploymentTarget
edgeimpulse_api.models.deployment_target.ui_section_validate_enum(
v
)
edgeimpulse_api.models.deployment_target.to_dict(
self
)
edgeimpulse_api.models.deployment_target.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.deployment_target.to_str(
self
) ‑> str