class edgeimpulse_api.models.validate_email_response.ValidateEmailResponse(
**data: Any
)
Config
The type of the None singleton.
email: pydantic.types.StrictStr
The type of the None singleton.
error: pydantic.types.StrictStr | None
The type of the None singleton.
host: pydantic.types.StrictStr | None
The type of the None singleton.
local: pydantic.types.StrictStr | None
The type of the None singleton.
score: float
The type of the None singleton.
success: pydantic.types.StrictBool
The type of the None singleton.
suggestion: pydantic.types.StrictStr | None
The type of the None singleton.
verdict: pydantic.types.StrictStr
The type of the None singleton.
edgeimpulse_api.models.validate_email_response.from_dict(
obj: dict
) ‑> edgeimpulse_api.models.validate_email_response.ValidateEmailResponse
edgeimpulse_api.models.validate_email_response.from_json(
json_str: str
) ‑> edgeimpulse_api.models.validate_email_response.ValidateEmailResponse
edgeimpulse_api.models.validate_email_response.verdict_validate_enum(
v
)
edgeimpulse_api.models.validate_email_response.to_dict(
self
)
edgeimpulse_api.models.validate_email_response.to_json(
self,
indent=None
) ‑> str
edgeimpulse_api.models.validate_email_response.to_str(
self
) ‑> str