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.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse( **data: Any )
**data
Any
pydantic.v1.main.BaseModel
pydantic.v1.utils.Representation
Config
api_key_id
pydantic.v1.types.StrictInt
error
pydantic.v1.types.StrictStr | None
project_id
role
edgeimpulse_api.models.project_api_key_role.ProjectApiKeyRole
success
pydantic.v1.types.StrictBool
edgeimpulse_api.models.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse.from_dict( obj: dict ) ‑> edgeimpulse_api.models.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse
obj
dict
edgeimpulse_api.models.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse
edgeimpulse_api.models.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse.from_json( json_str: str ) ‑> edgeimpulse_api.models.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse
json_str
str
edgeimpulse_api.models.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse.to_dict( self )
self
edgeimpulse_api.models.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse.to_json( self, indent=None ) ‑> str
indent=None
edgeimpulse_api.models.get_current_api_key_info_response.GetCurrentApiKeyInfoResponse.to_str( self ) ‑> str
Was this page helpful?