deployment_target module
DeploymentTarget
Create a new model by parsing and validating input data from keyword arguments.
Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**data: Any
Bases
pydantic.main.BaseModel
pydantic.utils.Representation
Class variables
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_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.
Static methods
from_dict
Create an instance of DeploymentTarget from a dict
Parameters
obj: dict
Return
edgeimpulse_api.models.deployment_target.DeploymentTarget
from_json
Create an instance of DeploymentTarget from a JSON string
Parameters
json_str: str
Return
edgeimpulse_api.models.deployment_target.DeploymentTarget
ui_section_validate_enum
Parameters
v
Methods
to_dict
Returns the dictionary representation of the model using alias
Parameters
self
to_json
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Return
str
to_str
Returns the string representation of the model using alias
Parameters
self
Return
str
Last updated
Was this helpful?