project_info_response_all_of_deploy_settings module#

class edgeimpulse_api.models.project_info_response_all_of_deploy_settings.ProjectInfoResponseAllOfDeploySettings(
*,
eonCompiler: StrictBool,
sensor: StrictStr,
arduinoLibraryName: StrictStr,
tinkergenLibraryName: StrictStr,
particleLibraryName: StrictStr,
lastDeployModelEngine: StrictStr | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
arduino_library_name: StrictStr#
eon_compiler: StrictBool#
classmethod from_dict(
obj: dict,
) ProjectInfoResponseAllOfDeploySettings[source]#

Create an instance of ProjectInfoResponseAllOfDeploySettings from a dict

classmethod from_json(
json_str: str,
) ProjectInfoResponseAllOfDeploySettings[source]#

Create an instance of ProjectInfoResponseAllOfDeploySettings from a JSON string

last_deploy_model_engine: StrictStr | None#
particle_library_name: StrictStr#
sensor: StrictStr#
classmethod sensor_validate_enum(v)[source]#
tinkergen_library_name: StrictStr#
to_dict()[source]#

Returns the dictionary representation of the model using alias

to_json() str[source]#

Returns the JSON representation of the model using alias

to_str() str[source]#

Returns the string representation of the model using alias