project_deployment_target

edgeimpulse_api v1.0.0

edgeimpulse_api.models.project_deployment_target module

class edgeimpulse_api.models.project_deployment_target.ProjectDeploymentTarget(*, name: StrictStr, description: StrictStr, image: StrictStr, imageClasses: StrictStr, format: StrictStr, latencyDevice: Optional[StrictStr] = None, hasEonCompiler: StrictBool, hasTensorRT: StrictBool, hasTensaiFlow: StrictBool, hasDRPAI: StrictBool, hasTIDL: StrictBool, hasAkida: StrictBool, hideOptimizations: StrictBool, badge: Optional[DeploymentTargetBadge] = None, uiSection: StrictStr, customDeployId: Optional[StrictInt] = None, integrateUrl: Optional[StrictStr] = None, supportedEngines: List[DeploymentTargetEngine], preferredEngine: DeploymentTargetEngine, url: Optional[StrictStr] = None, docsUrl: StrictStr, recommendedForProject: StrictBool, disabledForProject: StrictBool, reasonTargetDisabled: Optional[StrictStr] = None)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

badge(: Optional[DeploymentTargetBadge )

custom_deploy_id(: Optional[StrictInt )

description(: StrictSt )

disabled_for_project(: StrictBoo )

docs_url(: StrictSt )

format(: StrictSt )

classmethod from_dict(obj: dict)

Create an instance of ProjectDeploymentTarget from a dict

classmethod from_json(json_str: str)

Create an instance of ProjectDeploymentTarget from a JSON string

has_akida(: StrictBoo )

has_drpai(: StrictBoo )

has_eon_compiler(: StrictBoo )

has_tensai_flow(: StrictBoo )

has_tensor_rt(: StrictBoo )

has_tidl(: StrictBoo )

hide_optimizations(: StrictBoo )

image(: StrictSt )

image_classes(: StrictSt )

integrate_url(: Optional[StrictStr )

latency_device(: Optional[StrictStr )

name(: StrictSt )

preferred_engine(_: DeploymentTargetEngine

reason_target_disabled(: Optional[StrictStr )

supported_engines(: List[DeploymentTargetEngine )

to_dict()

Returns the dictionary representation of the model using alias

to_json()

Returns the JSON representation of the model using alias

to_str()

Returns the string representation of the model using alias

ui_section(: StrictSt )

classmethod ui_section_validate_enum(v)

url(: Optional[StrictStr )

Last updated

Was this helpful?