Classes

ExportApi

edgeimpulse_api.api.export_api.ExportApi(
	api_client=None
)
Parameters
api_client=None

METHODS

get_export_url

edgeimpulse_api.api.export_api.ExportApi.get_export_url(
	self,
	project_id: Annotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=Truedescription='Project ID')],
	**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_idAnnotated[int, Strict(strict=True), FieldInfo(annotation=NoneType, required=True, description='Project ID')]
**kwargs
Returns
edgeimpulse_api.models.export_get_url_response.ExportGetUrlResponse