profile_model_table

edgeimpulse_api v1.0.0

edgeimpulse_api.models.profile_model_table module

class edgeimpulse_api.models.profile_model_table.ProfileModelTable(*, variant: StrictStr, lowEndMcu: ProfileModelTableMcu, highEndMcu: ProfileModelTableMcu, highEndMcuPlusAccelerator: ProfileModelTableMcu, mpu: ProfileModelTableMpu, gpuOrMpuAccelerator: ProfileModelTableMpu)

Bases: BaseModel

class Config()

Bases: object

allow_population_by_field_name(_ = Tru_ )

validate_assignment(_ = Tru_ )

classmethod from_dict(obj: dict)

Create an instance of ProfileModelTable from a dict

classmethod from_json(json_str: str)

Create an instance of ProfileModelTable from a JSON string

gpu_or_mpu_accelerator(_: ProfileModelTableMpu

high_end_mcu(_: ProfileModelTableMcu

high_end_mcu_plus_accelerator(_: ProfileModelTableMcu

low_end_mcu(_: ProfileModelTableMcu

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

variant(: StrictSt )

classmethod variant_validate_enum(v)

Last updated

Was this helpful?