export_api module
ExportApi
Parameters
api_client=None
Methods
get_export_url
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
Last updated