本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
Amazon Neptune 数据 API 参考
本章记录了 Neptune 数据 API 操作,您可以使用这些操作来加载、访问和维护 Neptune 图形中的数据。
Neptune 数据 API 为加载数据、运行查询、获取有关数据的信息以及运行机器学习操作提供 SDK 支持。它支持 Neptune 中的 Gremlin 和 openCypher 查询语言,并可用于所有 SDK 语言中。它自动签署 API 请求,极大地简化了将 Neptune 集成到应用程序中的过程。
目录
- Neptune 数据平面引擎、快速重置和通用结构 API
- Neptune 查询 API
- ExecuteGremlinQuery(操作)
- ExecuteGremlinExplainQuery(操作)
- ExecuteGremlinProfileQuery(操作)
- ListGremlinQueries(操作)
- GetGremlinQueryStatus(操作)
- CancelGremlinQuery(操作)
- openCypher 查询操作:
- ExecuteOpenCypherQuery(操作)
- ExecuteOpenCypherExplainQuery(操作)
- ListOpenCypherQueries(操作)
- GetOpenCypherQueryStatus(操作)
- CancelOpenCypherQuery(操作)
- 查询结构:
- QueryEvalStats(结构)
- GremlinQueryStatus(结构)
- GremlinQueryStatusAttributes(结构)
- Neptune 数据面板批量加载程序 API
- Neptune 流数据面板 API
- Neptune 数据面板统计数据和图形摘要 API
- GetPropertygraphStatistics(操作)
- ManagePropertygraphStatistics(操作)
- DeletePropertygraphStatistics(操作)
- GetPropertygraphSummary(操作)
- 统计数据结构:
- Statistics(结构)
- StatisticsSummary(结构)
- DeleteStatisticsValueMap(结构)
- RefreshStatisticsIdMap(结构)
- NodeStructure(结构)
- EdgeStructure(结构)
- SubjectStructure(结构)
- PropertygraphSummaryValueMap(结构)
- PropertygraphSummary(结构)
- Neptune ML 数据处理 API
- Neptune ML 模型训练 API
- Neptune ML 学习模型转换 API
- Neptune ML 推理端点 API
- Neptune 数据面板 API 异常
- AccessDeniedException(结构)
- BadRequestException(结构)
- BulkLoadIdNotFoundException(结构)
- CancelledByUserException(结构)
- ClientTimeoutException(结构)
- ConcurrentModificationException(结构)
- ConstraintViolationException(结构)
- ExpiredStreamException(结构)
- FailureByQueryException(结构)
- IllegalArgumentException(结构)
- InternalFailureException(结构)
- InvalidArgumentException(结构)
- InvalidNumericDataException(结构)
- InvalidParameterException(结构)
- LoadUrlAccessDeniedException(结构)
- MalformedQueryException(结构)
- MemoryLimitExceededException(结构)
- MethodNotAllowedException(结构)
- MissingParameterException(结构)
- MLResourceNotFoundException(结构)
- ParsingException(结构)
- PreconditionsFailedException(结构)
- QueryLimitExceededException(结构)
- QueryLimitException(结构)
- QueryTooLargeException(结构)
- ReadOnlyViolationException(结构)
- S3Exception(结构)
- ServerShutdownException(结构)
- StatisticsNotAvailableException(结构)
- StreamRecordsNotFoundException(结构)
- ThrottlingException(结构)
- TimeLimitExceededException(结构)
- TooManyRequestsException(结构)
- UnsupportedOperationException(结构)
- UnloadUrlAccessDeniedException(结构)