export_api module
ExportApi
class edgeimpulse_api.api.export_api.ExportApi(
api_client=None
)
Parameters
api_client=None
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
Last updated
Was this helpful?