deploy_pretrained_model_request_model_info_input module#

class edgeimpulse_api.models.deploy_pretrained_model_request_model_info_input.DeployPretrainedModelRequestModelInfoInput(
*,
oneof_schema_1_validator: DeployPretrainedModelInputTimeSeries | None = None,
oneof_schema_2_validator: DeployPretrainedModelInputAudio | None = None,
oneof_schema_3_validator: DeployPretrainedModelInputImage | None = None,
oneof_schema_4_validator: DeployPretrainedModelInputOther | None = None,
actual_instance: Any = None,
one_of_schemas: List[str] = ['DeployPretrainedModelInputAudio', 'DeployPretrainedModelInputImage', 'DeployPretrainedModelInputOther', 'DeployPretrainedModelInputTimeSeries'],
)[source]#

Bases: BaseModel

class Config[source]#

Bases: object

validate_assignment = False#
actual_instance: Any#
classmethod actual_instance_must_validate_oneof(
v,
)[source]#
classmethod from_dict(
obj: dict,
) DeployPretrainedModelRequestModelInfoInput[source]#
classmethod from_json(
json_str: str,
) DeployPretrainedModelRequestModelInfoInput[source]#

Returns the object represented by the json string

one_of_schemas: List[str]#
oneof_schema_1_validator: DeployPretrainedModelInputTimeSeries | None#
oneof_schema_2_validator: DeployPretrainedModelInputAudio | None#
oneof_schema_3_validator: DeployPretrainedModelInputImage | None#
oneof_schema_4_validator: DeployPretrainedModelInputOther | None#
to_dict() dict[source]#

Returns the dict representation of the actual instance

to_json() str[source]#

Returns the JSON representation of the actual instance

to_str() str[source]#

Returns the string representation of the actual instance