Whitelabel

class 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
  • **data: Any
Bases
  • pydantic.main.BaseModel
  • pydantic.utils.Representation
Class variables
  • Config The type of the None singleton.
  • all_deployment_targets: List[pydantic.types.StrictStr] The type of the None singleton.
  • all_development_boards: List[edgeimpulse_api.models.development_board_response.DevelopmentBoardResponse] The type of the None singleton.
  • all_learning_blocks: List[edgeimpulse_api.models.whitelabel_all_learning_blocks_inner.WhitelabelAllLearningBlocksInner] The type of the None singleton.
  • allow_free_projects: pydantic.types.StrictBool The type of the None singleton.
  • allow_new_project_ui: pydantic.types.StrictBool The type of the None singleton.
  • allow_password_auth: pydantic.types.StrictBool The type of the None singleton.
  • allow_signup: pydantic.types.StrictBool The type of the None singleton.
  • custom_deployment_blocks: List[edgeimpulse_api.models.whitelabel_custom_deployment_blocks_inner.WhitelabelCustomDeploymentBlocksInner] | None The type of the None singleton.
  • default_deployment_target: pydantic.types.StrictStr | None The type of the None singleton.
  • deployment_options_order: List[pydantic.types.StrictStr] | None The type of the None singleton.
  • deployment_targets: List[pydantic.types.StrictStr] The type of the None singleton.
  • development_boards: List[edgeimpulse_api.models.development_board_response.DevelopmentBoardResponse] The type of the None singleton.
  • disable_public_entities: pydantic.types.StrictBool | None The type of the None singleton.
  • domain: pydantic.types.StrictStr The type of the None singleton.
  • expose_public_projects: pydantic.types.StrictBool | None The type of the None singleton.
  • id: pydantic.types.StrictInt The type of the None singleton.
  • identity_providers: List[pydantic.types.StrictStr] The type of the None singleton.
  • learning_blocks: List[pydantic.types.StrictStr] The type of the None singleton.
  • name: pydantic.types.StrictStr The type of the None singleton.
  • organizations_limit: pydantic.types.StrictInt | None The type of the None singleton.
  • owner_organization_id: pydantic.types.StrictInt | None The type of the None singleton.
  • supported_project_types: List[edgeimpulse_api.models.project_type.ProjectType] The type of the None singleton.
  • theme: edgeimpulse_api.models.theme.Theme | None The type of the None singleton.
  • theme_id: pydantic.types.StrictInt The type of the None singleton.

Static methods

from_dict

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

from_json

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

Methods

to_dict

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

to_json

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

to_str

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