NeptuneData#

Client#

class NeptuneData.Client#

A low-level client representing Amazon NeptuneData

The Amazon Neptune data API provides SDK support for more than 40 of Neptune’s data operations, including data loading, query execution, data inquiry, and machine learning. It supports all three Neptune query languages (Gremlin, openCypher and SPARQL), and is available in all SDK languages. It automatically signs API requests and greatly simplifies integrating Neptune into your applications.

import boto3

client = boto3.client('neptunedata')

These are the available methods: