get_pretrained_model_response_all_of_model module#

class edgeimpulse_api.models.get_pretrained_model_response_all_of_model.GetPretrainedModelResponseAllOfModel(
*,
fileName: StrictStr,
profileInfo: GetPretrainedModelResponseAllOfModelProfileInfo | None = None,
inputs: List[PretrainedModelTensor],
outputs: List[PretrainedModelTensor],
profileJobId: StrictInt | None = None,
supportsTFLite: StrictBool | None = None,
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
file_name: StrictStr#
classmethod from_dict(
obj: dict,
) GetPretrainedModelResponseAllOfModel[source]#

Create an instance of GetPretrainedModelResponseAllOfModel from a dict

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

Create an instance of GetPretrainedModelResponseAllOfModel from a JSON string

inputs: List[PretrainedModelTensor]#
outputs: List[PretrainedModelTensor]#
profile_info: GetPretrainedModelResponseAllOfModelProfileInfo | None#
profile_job_id: StrictInt | None#
supports_tf_lite: StrictBool | None#
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