Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.
Questo capitolo documenta le operazioni delle API dei dati di Neptune che puoi utilizzare per caricare, accedere a e gestire i dati nel grafo Neptune.
L'API dei dati di Neptune supporta gli SDK per il caricamento di dati, l'esecuzione di query, l'acquisizione di informazioni sui dati e l'esecuzione di operazioni di machine learning. Supporta i linguaggi di query Gremlin e openCypher in Neptune ed è disponibile in tutti i linguaggi degli SDK. Firma automaticamente le richieste delle API e semplifica enormemente l'integrazione di Neptune nelle applicazioni.
Indice
- Motore del piano di dati Neptune, ripristino rapido e API della struttura generale
- API delle query Neptune
- ExecuteGremlinQuery (azione)
- ExecuteGremlinExplainQuery (azione)
- ExecuteGremlinProfileQuery (azione)
- ListGremlinQueries (azione)
- GetGremlinQueryStatus (azione)
- CancelGremlinQuery (azione)
- Azioni di query openCypher:
- ExecuteOpenCypherQuery (azione)
- ExecuteOpenCypherExplainQuery (azione)
- ListOpenCypherQueries (azione)
- GetOpenCypherQueryStatus (azione)
- CancelOpenCypherQuery (azione)
- Strutture di query:
- QueryEvalStats (struttura)
- GremlinQueryStatus (struttura)
- GremlinQueryStatusAttributes (struttura)
- API dello strumento di caricamento in blocco per il piano dati Neptune
- API del piano dati di Neptune Streams
- API delle statistiche del piano dati e di riepilogo del grafo di Neptune
- GetPropertygraphStatistics (azione)
- ManagePropertygraphStatistics (azione)
- DeletePropertygraphStatistics (azione)
- GetPropertygraphSummary (azione)
- Strutture delle statistiche:
- Statistics (struttura)
- StatisticsSummary (struttura)
- DeleteStatisticsValueMap (struttura)
- RefreshStatisticsIdMap (struttura)
- NodeStructure (struttura)
- EdgeStructure (struttura)
- SubjectStructure (struttura)
- PropertygraphSummaryValueMap (struttura)
- PropertygraphSummary (struttura)
- API di elaborazione dati Neptune ML
- API di addestramento del modello Neptune ML
- API di trasformazione del modello Neptune ML
- API dell'endpoint di inferenza Neptune ML
- Eccezioni dell'API del piano dati Neptune
- AccessDeniedException (struttura)
- BadRequestException (struttura)
- BulkLoadIdNotFoundException (struttura)
- CancelledByUserException (struttura)
- ClientTimeoutException (struttura)
- ConcurrentModificationException (struttura)
- ConstraintViolationException (struttura)
- ExpiredStreamException (struttura)
- FailureByQueryException (struttura)
- IllegalArgumentException (struttura)
- InternalFailureException (struttura)
- InvalidArgumentException (struttura)
- InvalidNumericDataException (struttura)
- InvalidParameterException (struttura)
- LoadUrlAccessDeniedException (struttura)
- MalformedQueryException (struttura)
- MemoryLimitExceededException (struttura)
- MethodNotAllowedException (struttura)
- MissingParameterException (struttura)
- MLResourceNotFoundException (struttura)
- ParsingException (struttura)
- PreconditionsFailedException (struttura)
- QueryLimitExceededException (struttura)
- QueryLimitException (struttura)
- QueryTooLargeException (struttura)
- ReadOnlyViolationException (struttura)
- S3Exception (struttura)
- ServerShutdownException (struttura)
- StatisticsNotAvailableException (struttura)
- StreamRecordsNotFoundException (struttura)
- ThrottlingException (struttura)
- TimeLimitExceededException (struttura)
- TooManyRequestsException (struttura)
- UnsupportedOperationException (struttura)
- UnloadUrlAccessDeniedException (struttura)