쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

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.

프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.