| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata |
|
| Modifier and Type | Method and Description |
|---|---|
default CancelGremlinQueryResponse |
NeptunedataClient.cancelGremlinQuery(CancelGremlinQueryRequest cancelGremlinQueryRequest)
Cancels a Gremlin query.
|
default CancelGremlinQueryResponse |
NeptunedataClient.cancelGremlinQuery(Consumer<CancelGremlinQueryRequest.Builder> cancelGremlinQueryRequest)
Cancels a Gremlin query.
|
default CancelLoaderJobResponse |
NeptunedataClient.cancelLoaderJob(CancelLoaderJobRequest cancelLoaderJobRequest)
Cancels a specified load job.
|
default CancelLoaderJobResponse |
NeptunedataClient.cancelLoaderJob(Consumer<CancelLoaderJobRequest.Builder> cancelLoaderJobRequest)
Cancels a specified load job.
|
default CancelMlDataProcessingJobResponse |
NeptunedataClient.cancelMLDataProcessingJob(CancelMlDataProcessingJobRequest cancelMlDataProcessingJobRequest)
Cancels a Neptune ML data processing job.
|
default CancelMlDataProcessingJobResponse |
NeptunedataClient.cancelMLDataProcessingJob(Consumer<CancelMlDataProcessingJobRequest.Builder> cancelMlDataProcessingJobRequest)
Cancels a Neptune ML data processing job.
|
default CancelMlModelTrainingJobResponse |
NeptunedataClient.cancelMLModelTrainingJob(CancelMlModelTrainingJobRequest cancelMlModelTrainingJobRequest)
Cancels a Neptune ML model training job.
|
default CancelMlModelTrainingJobResponse |
NeptunedataClient.cancelMLModelTrainingJob(Consumer<CancelMlModelTrainingJobRequest.Builder> cancelMlModelTrainingJobRequest)
Cancels a Neptune ML model training job.
|
default CancelMlModelTransformJobResponse |
NeptunedataClient.cancelMLModelTransformJob(CancelMlModelTransformJobRequest cancelMlModelTransformJobRequest)
Cancels a specified model transform job.
|
default CancelMlModelTransformJobResponse |
NeptunedataClient.cancelMLModelTransformJob(Consumer<CancelMlModelTransformJobRequest.Builder> cancelMlModelTransformJobRequest)
Cancels a specified model transform job.
|
default CancelOpenCypherQueryResponse |
NeptunedataClient.cancelOpenCypherQuery(CancelOpenCypherQueryRequest cancelOpenCypherQueryRequest)
Cancels a specified openCypher query.
|
default CancelOpenCypherQueryResponse |
NeptunedataClient.cancelOpenCypherQuery(Consumer<CancelOpenCypherQueryRequest.Builder> cancelOpenCypherQueryRequest)
Cancels a specified openCypher query.
|
default CreateMlEndpointResponse |
NeptunedataClient.createMLEndpoint(Consumer<CreateMlEndpointRequest.Builder> createMlEndpointRequest)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
default CreateMlEndpointResponse |
NeptunedataClient.createMLEndpoint(CreateMlEndpointRequest createMlEndpointRequest)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training
process constructed.
|
default DeleteMlEndpointResponse |
NeptunedataClient.deleteMLEndpoint(Consumer<DeleteMlEndpointRequest.Builder> deleteMlEndpointRequest)
Cancels the creation of a Neptune ML inference endpoint.
|
default DeleteMlEndpointResponse |
NeptunedataClient.deleteMLEndpoint(DeleteMlEndpointRequest deleteMlEndpointRequest)
Cancels the creation of a Neptune ML inference endpoint.
|
default DeletePropertygraphStatisticsResponse |
NeptunedataClient.deletePropertygraphStatistics(Consumer<DeletePropertygraphStatisticsRequest.Builder> deletePropertygraphStatisticsRequest)
Deletes statistics for Gremlin and openCypher (property graph) data.
|
default DeletePropertygraphStatisticsResponse |
NeptunedataClient.deletePropertygraphStatistics(DeletePropertygraphStatisticsRequest deletePropertygraphStatisticsRequest)
Deletes statistics for Gremlin and openCypher (property graph) data.
|
default DeleteSparqlStatisticsResponse |
NeptunedataClient.deleteSparqlStatistics(Consumer<DeleteSparqlStatisticsRequest.Builder> deleteSparqlStatisticsRequest)
Deletes SPARQL statistics
|
default DeleteSparqlStatisticsResponse |
NeptunedataClient.deleteSparqlStatistics(DeleteSparqlStatisticsRequest deleteSparqlStatisticsRequest)
Deletes SPARQL statistics
|
default ExecuteFastResetResponse |
NeptunedataClient.executeFastReset(Consumer<ExecuteFastResetRequest.Builder> executeFastResetRequest)
The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.
|
default ExecuteFastResetResponse |
NeptunedataClient.executeFastReset(ExecuteFastResetRequest executeFastResetRequest)
The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.
|
default ExecuteGremlinExplainQueryResponse |
NeptunedataClient.executeGremlinExplainQuery(Consumer<ExecuteGremlinExplainQueryRequest.Builder> executeGremlinExplainQueryRequest)
Executes a Gremlin Explain query.
|
default ExecuteGremlinExplainQueryResponse |
NeptunedataClient.executeGremlinExplainQuery(ExecuteGremlinExplainQueryRequest executeGremlinExplainQueryRequest)
Executes a Gremlin Explain query.
|
default ExecuteGremlinProfileQueryResponse |
NeptunedataClient.executeGremlinProfileQuery(Consumer<ExecuteGremlinProfileQueryRequest.Builder> executeGremlinProfileQueryRequest)
Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and
produces a profile report as output.
|
default ExecuteGremlinProfileQueryResponse |
NeptunedataClient.executeGremlinProfileQuery(ExecuteGremlinProfileQueryRequest executeGremlinProfileQueryRequest)
Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and
produces a profile report as output.
|
default ExecuteGremlinQueryResponse |
NeptunedataClient.executeGremlinQuery(Consumer<ExecuteGremlinQueryRequest.Builder> executeGremlinQueryRequest)
This commands executes a Gremlin query.
|
default ExecuteGremlinQueryResponse |
NeptunedataClient.executeGremlinQuery(ExecuteGremlinQueryRequest executeGremlinQueryRequest)
This commands executes a Gremlin query.
|
default ExecuteOpenCypherExplainQueryResponse |
NeptunedataClient.executeOpenCypherExplainQuery(Consumer<ExecuteOpenCypherExplainQueryRequest.Builder> executeOpenCypherExplainQueryRequest)
Executes an openCypher
explain request. |
default ExecuteOpenCypherExplainQueryResponse |
NeptunedataClient.executeOpenCypherExplainQuery(ExecuteOpenCypherExplainQueryRequest executeOpenCypherExplainQueryRequest)
Executes an openCypher
explain request. |
default ExecuteOpenCypherQueryResponse |
NeptunedataClient.executeOpenCypherQuery(Consumer<ExecuteOpenCypherQueryRequest.Builder> executeOpenCypherQueryRequest)
Executes an openCypher query.
|
default ExecuteOpenCypherQueryResponse |
NeptunedataClient.executeOpenCypherQuery(ExecuteOpenCypherQueryRequest executeOpenCypherQueryRequest)
Executes an openCypher query.
|
default GetEngineStatusResponse |
NeptunedataClient.getEngineStatus(Consumer<GetEngineStatusRequest.Builder> getEngineStatusRequest)
Retrieves the status of the graph database on the host.
|
default GetEngineStatusResponse |
NeptunedataClient.getEngineStatus(GetEngineStatusRequest getEngineStatusRequest)
Retrieves the status of the graph database on the host.
|
default GetGremlinQueryStatusResponse |
NeptunedataClient.getGremlinQueryStatus(Consumer<GetGremlinQueryStatusRequest.Builder> getGremlinQueryStatusRequest)
Gets the status of a specified Gremlin query.
|
default GetGremlinQueryStatusResponse |
NeptunedataClient.getGremlinQueryStatus(GetGremlinQueryStatusRequest getGremlinQueryStatusRequest)
Gets the status of a specified Gremlin query.
|
default GetLoaderJobStatusResponse |
NeptunedataClient.getLoaderJobStatus(Consumer<GetLoaderJobStatusRequest.Builder> getLoaderJobStatusRequest)
Gets status information about a specified load job.
|
default GetLoaderJobStatusResponse |
NeptunedataClient.getLoaderJobStatus(GetLoaderJobStatusRequest getLoaderJobStatusRequest)
Gets status information about a specified load job.
|
default GetMlDataProcessingJobResponse |
NeptunedataClient.getMLDataProcessingJob(Consumer<GetMlDataProcessingJobRequest.Builder> getMlDataProcessingJobRequest)
Retrieves information about a specified data processing job.
|
default GetMlDataProcessingJobResponse |
NeptunedataClient.getMLDataProcessingJob(GetMlDataProcessingJobRequest getMlDataProcessingJobRequest)
Retrieves information about a specified data processing job.
|
default GetMlEndpointResponse |
NeptunedataClient.getMLEndpoint(Consumer<GetMlEndpointRequest.Builder> getMlEndpointRequest)
Retrieves details about an inference endpoint.
|
default GetMlEndpointResponse |
NeptunedataClient.getMLEndpoint(GetMlEndpointRequest getMlEndpointRequest)
Retrieves details about an inference endpoint.
|
default GetMlModelTrainingJobResponse |
NeptunedataClient.getMLModelTrainingJob(Consumer<GetMlModelTrainingJobRequest.Builder> getMlModelTrainingJobRequest)
Retrieves information about a Neptune ML model training job.
|
default GetMlModelTrainingJobResponse |
NeptunedataClient.getMLModelTrainingJob(GetMlModelTrainingJobRequest getMlModelTrainingJobRequest)
Retrieves information about a Neptune ML model training job.
|
default GetMlModelTransformJobResponse |
NeptunedataClient.getMLModelTransformJob(Consumer<GetMlModelTransformJobRequest.Builder> getMlModelTransformJobRequest)
Gets information about a specified model transform job.
|
default GetMlModelTransformJobResponse |
NeptunedataClient.getMLModelTransformJob(GetMlModelTransformJobRequest getMlModelTransformJobRequest)
Gets information about a specified model transform job.
|
default GetOpenCypherQueryStatusResponse |
NeptunedataClient.getOpenCypherQueryStatus(Consumer<GetOpenCypherQueryStatusRequest.Builder> getOpenCypherQueryStatusRequest)
Retrieves the status of a specified openCypher query.
|
default GetOpenCypherQueryStatusResponse |
NeptunedataClient.getOpenCypherQueryStatus(GetOpenCypherQueryStatusRequest getOpenCypherQueryStatusRequest)
Retrieves the status of a specified openCypher query.
|
default GetPropertygraphStatisticsResponse |
NeptunedataClient.getPropertygraphStatistics(Consumer<GetPropertygraphStatisticsRequest.Builder> getPropertygraphStatisticsRequest)
Gets property graph statistics (Gremlin and openCypher).
|
default GetPropertygraphStatisticsResponse |
NeptunedataClient.getPropertygraphStatistics(GetPropertygraphStatisticsRequest getPropertygraphStatisticsRequest)
Gets property graph statistics (Gremlin and openCypher).
|
default GetPropertygraphStreamResponse |
NeptunedataClient.getPropertygraphStream(Consumer<GetPropertygraphStreamRequest.Builder> getPropertygraphStreamRequest)
Gets a stream for a property graph.
|
default GetPropertygraphStreamResponse |
NeptunedataClient.getPropertygraphStream(GetPropertygraphStreamRequest getPropertygraphStreamRequest)
Gets a stream for a property graph.
|
default GetPropertygraphSummaryResponse |
NeptunedataClient.getPropertygraphSummary(Consumer<GetPropertygraphSummaryRequest.Builder> getPropertygraphSummaryRequest)
Gets a graph summary for a property graph.
|
default GetPropertygraphSummaryResponse |
NeptunedataClient.getPropertygraphSummary(GetPropertygraphSummaryRequest getPropertygraphSummaryRequest)
Gets a graph summary for a property graph.
|
default GetRdfGraphSummaryResponse |
NeptunedataClient.getRDFGraphSummary(Consumer<GetRdfGraphSummaryRequest.Builder> getRdfGraphSummaryRequest)
Gets a graph summary for an RDF graph.
|
default GetRdfGraphSummaryResponse |
NeptunedataClient.getRDFGraphSummary(GetRdfGraphSummaryRequest getRdfGraphSummaryRequest)
Gets a graph summary for an RDF graph.
|
default GetSparqlStatisticsResponse |
NeptunedataClient.getSparqlStatistics(Consumer<GetSparqlStatisticsRequest.Builder> getSparqlStatisticsRequest)
Gets RDF statistics (SPARQL).
|
default GetSparqlStatisticsResponse |
NeptunedataClient.getSparqlStatistics(GetSparqlStatisticsRequest getSparqlStatisticsRequest)
Gets RDF statistics (SPARQL).
|
default GetSparqlStreamResponse |
NeptunedataClient.getSparqlStream(Consumer<GetSparqlStreamRequest.Builder> getSparqlStreamRequest)
Gets a stream for an RDF graph.
|
default GetSparqlStreamResponse |
NeptunedataClient.getSparqlStream(GetSparqlStreamRequest getSparqlStreamRequest)
Gets a stream for an RDF graph.
|
default ListGremlinQueriesResponse |
NeptunedataClient.listGremlinQueries(Consumer<ListGremlinQueriesRequest.Builder> listGremlinQueriesRequest)
Lists active Gremlin queries.
|
default ListGremlinQueriesResponse |
NeptunedataClient.listGremlinQueries(ListGremlinQueriesRequest listGremlinQueriesRequest)
Lists active Gremlin queries.
|
default ListLoaderJobsResponse |
NeptunedataClient.listLoaderJobs(Consumer<ListLoaderJobsRequest.Builder> listLoaderJobsRequest)
Retrieves a list of the
loadIds for all active loader jobs. |
default ListLoaderJobsResponse |
NeptunedataClient.listLoaderJobs(ListLoaderJobsRequest listLoaderJobsRequest)
Retrieves a list of the
loadIds for all active loader jobs. |
default ListMlDataProcessingJobsResponse |
NeptunedataClient.listMLDataProcessingJobs(Consumer<ListMlDataProcessingJobsRequest.Builder> listMlDataProcessingJobsRequest)
Returns a list of Neptune ML data processing jobs.
|
default ListMlDataProcessingJobsResponse |
NeptunedataClient.listMLDataProcessingJobs(ListMlDataProcessingJobsRequest listMlDataProcessingJobsRequest)
Returns a list of Neptune ML data processing jobs.
|
default ListMlEndpointsResponse |
NeptunedataClient.listMLEndpoints(Consumer<ListMlEndpointsRequest.Builder> listMlEndpointsRequest)
Lists existing inference endpoints.
|
default ListMlEndpointsResponse |
NeptunedataClient.listMLEndpoints(ListMlEndpointsRequest listMlEndpointsRequest)
Lists existing inference endpoints.
|
default ListMlModelTrainingJobsResponse |
NeptunedataClient.listMLModelTrainingJobs(Consumer<ListMlModelTrainingJobsRequest.Builder> listMlModelTrainingJobsRequest)
Lists Neptune ML model-training jobs.
|
default ListMlModelTrainingJobsResponse |
NeptunedataClient.listMLModelTrainingJobs(ListMlModelTrainingJobsRequest listMlModelTrainingJobsRequest)
Lists Neptune ML model-training jobs.
|
default ListMlModelTransformJobsResponse |
NeptunedataClient.listMLModelTransformJobs(Consumer<ListMlModelTransformJobsRequest.Builder> listMlModelTransformJobsRequest)
Returns a list of model transform job IDs.
|
default ListMlModelTransformJobsResponse |
NeptunedataClient.listMLModelTransformJobs(ListMlModelTransformJobsRequest listMlModelTransformJobsRequest)
Returns a list of model transform job IDs.
|
default ListOpenCypherQueriesResponse |
NeptunedataClient.listOpenCypherQueries(Consumer<ListOpenCypherQueriesRequest.Builder> listOpenCypherQueriesRequest)
Lists active openCypher queries.
|
default ListOpenCypherQueriesResponse |
NeptunedataClient.listOpenCypherQueries(ListOpenCypherQueriesRequest listOpenCypherQueriesRequest)
Lists active openCypher queries.
|
default ManagePropertygraphStatisticsResponse |
NeptunedataClient.managePropertygraphStatistics(Consumer<ManagePropertygraphStatisticsRequest.Builder> managePropertygraphStatisticsRequest)
Manages the generation and use of property graph statistics.
|
default ManagePropertygraphStatisticsResponse |
NeptunedataClient.managePropertygraphStatistics(ManagePropertygraphStatisticsRequest managePropertygraphStatisticsRequest)
Manages the generation and use of property graph statistics.
|
default ManageSparqlStatisticsResponse |
NeptunedataClient.manageSparqlStatistics(Consumer<ManageSparqlStatisticsRequest.Builder> manageSparqlStatisticsRequest)
Manages the generation and use of RDF graph statistics.
|
default ManageSparqlStatisticsResponse |
NeptunedataClient.manageSparqlStatistics(ManageSparqlStatisticsRequest manageSparqlStatisticsRequest)
Manages the generation and use of RDF graph statistics.
|
default StartLoaderJobResponse |
NeptunedataClient.startLoaderJob(Consumer<StartLoaderJobRequest.Builder> startLoaderJobRequest)
Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance.
|
default StartLoaderJobResponse |
NeptunedataClient.startLoaderJob(StartLoaderJobRequest startLoaderJobRequest)
Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance.
|
default StartMlDataProcessingJobResponse |
NeptunedataClient.startMLDataProcessingJob(Consumer<StartMlDataProcessingJobRequest.Builder> startMlDataProcessingJobRequest)
Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.
|
default StartMlDataProcessingJobResponse |
NeptunedataClient.startMLDataProcessingJob(StartMlDataProcessingJobRequest startMlDataProcessingJobRequest)
Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.
|
default StartMlModelTrainingJobResponse |
NeptunedataClient.startMLModelTrainingJob(Consumer<StartMlModelTrainingJobRequest.Builder> startMlModelTrainingJobRequest)
Creates a new Neptune ML model training job.
|
default StartMlModelTrainingJobResponse |
NeptunedataClient.startMLModelTrainingJob(StartMlModelTrainingJobRequest startMlModelTrainingJobRequest)
Creates a new Neptune ML model training job.
|
default StartMlModelTransformJobResponse |
NeptunedataClient.startMLModelTransformJob(Consumer<StartMlModelTransformJobRequest.Builder> startMlModelTransformJobRequest)
Creates a new model transform job.
|
default StartMlModelTransformJobResponse |
NeptunedataClient.startMLModelTransformJob(StartMlModelTransformJobRequest startMlModelTransformJobRequest)
Creates a new model transform job.
|
Copyright © 2023. All rights reserved.