optimize_transfer_learning_models_response_all_of_models module#

class edgeimpulse_api.models.optimize_transfer_learning_models_response_all_of_models.OptimizeTransferLearningModelsResponseAllOfModels(
*,
image: List[TransferLearningModel],
objectDetection: List[TransferLearningModel],
kws: List[TransferLearningModel],
regression: List[TransferLearningModel],
classification: List[TransferLearningModel],
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

allow_population_by_field_name = True#
validate_assignment = False#
classification: List[TransferLearningModel]#
classmethod from_dict(
obj: dict,
) OptimizeTransferLearningModelsResponseAllOfModels[source]#

Create an instance of OptimizeTransferLearningModelsResponseAllOfModels from a dict

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

Create an instance of OptimizeTransferLearningModelsResponseAllOfModels from a JSON string

image: List[TransferLearningModel]#
kws: List[TransferLearningModel]#
object_detection: List[TransferLearningModel]#
regression: List[TransferLearningModel]#
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