Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
allow_free_projects
pydantic.v1.types.StrictBool | None
allow_password_auth
allow_signup
custom_limits
Dict[str, Any] | None
deployment_targets
List[pydantic.v1.types.StrictStr] | None
disable_forum_access
disable_marketing_features
documentation_url
pydantic.v1.types.StrictStr | None
domain
pydantic.v1.types.StrictStr
expose_public_projects
identity_providers
learning_blocks
name
organizations_limit
pydantic.v1.types.StrictInt | None
owner_organization_id
pydantic.v1.types.StrictInt
sandboxed
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest.from_dict( obj: dict ) ‑> edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest
obj
dict
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest.from_json( json_str: str ) ‑> edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest
json_str
str
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest.to_dict( self )
self
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.create_whitelabel_request.CreateWhitelabelRequest.to_str( self ) ‑> str
Was this page helpful?