选择您的 Cookie 首选项

我们使用必要 Cookie 和类似工具提供我们的网站和服务。我们使用性能 Cookie 收集匿名统计数据,以便我们可以了解客户如何使用我们的网站并进行改进。必要 Cookie 无法停用,但您可以单击“自定义”或“拒绝”来拒绝性能 Cookie。

如果您同意,AWS 和经批准的第三方还将使用 Cookie 提供有用的网站功能、记住您的首选项并显示相关内容,包括相关广告。要接受或拒绝所有非必要 Cookie,请单击“接受”或“拒绝”。要做出更详细的选择,请单击“自定义”。

Checking the details and progress of an import task

聚焦模式
Checking the details and progress of an import task - Neptune Analytics
此页面尚未翻译为您的语言。 请求翻译

You can use the GetImportTask API to track the progress and the status of your import task.

aws neptune-graph get-import-task --task-id <task-id>

An Import task can be in the following state:

  • INITIALIZING: The task is preparing for import, including provisioning a graph when using the CreateGraphUsingImportTask API.

  • ANALYZING_DATA: The task is taking an initial pass through the dataset to determine the optimal configuration for the graph.

  • IMPORTING: The data is being loaded into the graph.

  • EXPORTING: Data is being exported from the Neptune cluster or snapshot. This is only applicable when performing an import task with a source of Neptune and through the CreateGraphUsingImportTask API.

  • ROLLING_BACK: The import task encountered an error. Refer to the troubleshooting section to investigate the errors. The import task will be rolled back and eventually marked as FAILED.

  • SUCCEEDED: Graph creation and data loading have succeeded. Use the get-graph API to view details of the final graph.

  • REPROVISIONING: A temporary state while the graph is being reconfigured during the import task.

  • FAILED: Graph creation or data loading has failed. Refer to the troubleshooting section to understand the reason for the failure.

  • CANCELLING: The user has cancelled the import task, and cancellation is in progress.

  • CANCELLED: The import task has been cancelled, and all resources have been released.

Additionally, import task can be used to track the progress of the load, error count and graph summary.

隐私网站条款Cookie 首选项
© 2025, Amazon Web Services, Inc. 或其附属公司。保留所有权利。