DataExportTask
Properties
Name | Type | Required | Description |
---|---|---|---|
uri | str | ❌ | Canonical URI of a task |
id_ | str | ❌ | Internal identifier of a task |
creation_time | str | ❌ | Task creation timestamp |
last_modified_time | str | ❌ | Task last modification timestamp |
status | DataExportTaskStatus | ❌ | Task status |
creator | CreatorInfo | ❌ | Task creator information |
specific | SpecificInfo | ❌ | Information specified in request |
datasets | List[ExportTaskResultInfo] | ❌ | Data collection archives. Returned by task ID |
DataExportTaskStatus
Task status
Properties
Name | Type | Required | Description |
---|---|---|---|
ACCEPTED | str | ✅ | "Accepted" |
INPROGRESS | str | ✅ | "InProgress" |
COMPLETED | str | ✅ | "Completed" |
FAILED | str | ✅ | "Failed" |
EXPIRED | str | ✅ | "Expired" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs