Documentation Index
Fetch the complete documentation index at: https://docs.nordic.edgeimpulse.com/llms.txt
Use this file to discover all available pages before exploring further.
ExportApi
class edgeimpulse_api.api.export_api.ExportApi(
api_client=None
)
Parameters
Methods
get_export_url
edgeimpulse_api.api.export_api.get_export_url(
self,
project_id: Annotated[pydantic.types.StrictInt, FieldInfo(default=Ellipsis, description='Project ID', extra={})],
**kwargs
) ‑> edgeimpulse_api.models.export_get_url_response.ExportGetUrlResponse
Get URL of export
Get the URL to the exported artefacts for an export job of a project.
Parameters
- self
- project_id: Annotated[pydantic.types.StrictInt, FieldInfo(default=Ellipsis, description=‘Project ID’, extra=)]
- **kwargs
Return
edgeimpulse_api.models.export_get_url_response.ExportGetUrlResponse