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.api.whitelabels_api.WhitelabelsApi( api_client=None )
api_client=None
edgeimpulse_api.api.whitelabels_api.WhitelabelsApi.get_all_impulse_blocks( self, whitelabel_identifier: Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Whitelabel ID')], **kwargs ) ‑> edgeimpulse_api.models.get_impulse_blocks_response.GetImpulseBlocksResponse
self
whitelabel_identifier
Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Whitelabel ID')]
**kwargs
edgeimpulse_api.models.get_impulse_blocks_response.GetImpulseBlocksResponse
edgeimpulse_api.api.whitelabels_api.WhitelabelsApi.get_whitelabel_domain( self, whitelabel_identifier: Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Whitelabel ID')], **kwargs ) ‑> edgeimpulse_api.models.get_whitelabel_domain_response.GetWhitelabelDomainResponse
edgeimpulse_api.models.get_whitelabel_domain_response.GetWhitelabelDomainResponse
edgeimpulse_api.api.whitelabels_api.WhitelabelsApi.update_deployment_targets( self, whitelabel_identifier: Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Whitelabel ID')], update_whitelabel_deployment_targets_request: edgeimpulse_api.models.update_whitelabel_deployment_targets_request.UpdateWhitelabelDeploymentTargetsRequest, **kwargs ) ‑> edgeimpulse_api.models.generic_api_response.GenericApiResponse
update_whitelabel_deployment_targets_request
edgeimpulse_api.models.update_whitelabel_deployment_targets_request.UpdateWhitelabelDeploymentTargetsRequest
edgeimpulse_api.models.generic_api_response.GenericApiResponse
Was this page helpful?