class edgeimpulse_api.models.deploy_pretrained_model_request.DeployPretrainedModelRequest(
**data: Any
)
Config
The type of the None singleton.
deploy_model_type: pydantic.types.StrictStr | None
The type of the None singleton.
deployment_type: pydantic.types.StrictStr
The type of the None singleton.
engine: edgeimpulse_api.models.deployment_target_engine.DeploymentTargetEngine | None
The type of the None singleton.
model_file_base64: pydantic.types.StrictStr
The type of the None singleton.
model_file_type: pydantic.types.StrictStr
The type of the None singleton.
model_info: edgeimpulse_api.models.deploy_pretrained_model_request_model_info.DeployPretrainedModelRequestModelInfo
The type of the None singleton.
representative_features_base64: pydantic.types.StrictStr | None
The type of the None singleton.
use_converter: pydantic.types.StrictStr | None
The type of the None singleton.
edgeimpulse_api.models.deploy_pretrained_model_request.deploy_model_type_validate_enum(
v
)
edgeimpulse_api.models.deploy_pretrained_model_request.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.deploy_pretrained_model_request.DeployPretrainedModelRequest
edgeimpulse_api.models.deploy_pretrained_model_request.from_json(
json_str: str
) ‑> edgeimpulse_api.models.deploy_pretrained_model_request.DeployPretrainedModelRequest
edgeimpulse_api.models.deploy_pretrained_model_request.model_file_type_validate_enum(
v
)
edgeimpulse_api.models.deploy_pretrained_model_request.use_converter_validate_enum(
v
)
edgeimpulse_api.models.deploy_pretrained_model_request.to_dict(
self
)
edgeimpulse_api.models.deploy_pretrained_model_request.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.deploy_pretrained_model_request.to_str(
self
) ‑> str