Classes

Whitelabel

edgeimpulse_api.models.whitelabel.Whitelabel(
	**data: Any
)
Create a new model by parsing and validating input data from keyword arguments. Raises ValidationError if the input data cannot be parsed to form a valid model.
Parameters
**dataAny
Bases
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Class variables
Config
all_deployment_targetsList[pydantic.v1.types.StrictStr]
all_development_boardsList[edgeimpulse_api.models.development_board_response.DevelopmentBoardResponse]
all_learning_blocksList[edgeimpulse_api.models.whitelabel_all_learning_blocks_inner.WhitelabelAllLearningBlocksInner]
allow_free_projectspydantic.v1.types.StrictBool
allow_new_project_uipydantic.v1.types.StrictBool
allow_password_authpydantic.v1.types.StrictBool
allow_signuppydantic.v1.types.StrictBool
custom_deployment_blocksList[edgeimpulse_api.models.whitelabel_custom_deployment_blocks_inner.WhitelabelCustomDeploymentBlocksInner] | None
default_deployment_targetpydantic.v1.types.StrictStr | None
deployment_options_orderList[pydantic.v1.types.StrictStr] | None
deployment_targetsList[pydantic.v1.types.StrictStr]
development_boardsList[edgeimpulse_api.models.development_board_response.DevelopmentBoardResponse]
disable_public_entitiespydantic.v1.types.StrictBool | None
domainpydantic.v1.types.StrictStr
expose_public_projectspydantic.v1.types.StrictBool | None
idpydantic.v1.types.StrictInt
identity_providersList[pydantic.v1.types.StrictStr]
learning_blocksList[pydantic.v1.types.StrictStr]
namepydantic.v1.types.StrictStr
organizations_limitpydantic.v1.types.StrictInt | None
owner_organization_idpydantic.v1.types.StrictInt | None
supported_project_typesList[edgeimpulse_api.models.project_type.ProjectType]
themeedgeimpulse_api.models.theme.Theme | None
theme_idpydantic.v1.types.StrictInt

STATIC METHODS

from_dict

edgeimpulse_api.models.whitelabel.Whitelabel.from_dict(
	obj: dict
) ‑> edgeimpulse_api.models.whitelabel.Whitelabel
Create an instance of Whitelabel from a dict
Parameters
objdict
Returns
edgeimpulse_api.models.whitelabel.Whitelabel

from_json

edgeimpulse_api.models.whitelabel.Whitelabel.from_json(
	json_str: str
) ‑> edgeimpulse_api.models.whitelabel.Whitelabel
Create an instance of Whitelabel from a JSON string
Parameters
json_strstr
Returns
edgeimpulse_api.models.whitelabel.Whitelabel

METHODS

to_dict

edgeimpulse_api.models.whitelabel.Whitelabel.to_dict(
	self
)
Returns the dictionary representation of the model using alias
Parameters
self

to_json

edgeimpulse_api.models.whitelabel.Whitelabel.to_json(
	self,
	indent=None
) ‑> str
Returns the JSON representation of the model using alias
Parameters
self
indent=None
Returns
str

to_str

edgeimpulse_api.models.whitelabel.Whitelabel.to_str(
	self
) ‑> str
Returns the string representation of the model using alias
Parameters
self
Returns
str