DeploymentTarget

class edgeimpulse_api.models.deployment_target.DeploymentTarget(
		**data: Any
)
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_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.

Static methods

from_dict

edgeimpulse_api.models.deployment_target.from_dict(
		obj: dict
) ‑> edgeimpulse_api.models.deployment_target.DeploymentTarget
Create an instance of DeploymentTarget from a dict Parameters
  • obj: dict
Return edgeimpulse_api.models.deployment_target.DeploymentTarget

from_json

edgeimpulse_api.models.deployment_target.from_json(
		json_str: str
) ‑> edgeimpulse_api.models.deployment_target.DeploymentTarget
Create an instance of DeploymentTarget from a JSON string Parameters
  • json_str: str
Return edgeimpulse_api.models.deployment_target.DeploymentTarget

ui_section_validate_enum

edgeimpulse_api.models.deployment_target.ui_section_validate_enum(
		v
)
Parameters
  • v

Methods

to_dict

edgeimpulse_api.models.deployment_target.to_dict(
		self
)
Returns the dictionary representation of the model using alias Parameters
  • self

to_json

edgeimpulse_api.models.deployment_target.to_json(
		self,
		indent=None
) ‑> str
Returns the JSON representation of the model using alias Parameters
  • self
  • indent=None
Return str

to_str

edgeimpulse_api.models.deployment_target.to_str(
		self
) ‑> str
Returns the string representation of the model using alias Parameters
  • self
Return str