StartImportTaskRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The method to handle blank nodes in the dataset. Currently, only convertToIri is supported, meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is ntriples. For more information, see Handling RDF values.

Link copied to clipboard

If set to true, the task halts when an import error is encountered. If set to false, the task skips the data that caused the error and continues if possible.

Link copied to clipboard

Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

Link copied to clipboard

The unique identifier of the Neptune Analytics graph.

Link copied to clipboard

Options for how to perform an import.

Link copied to clipboard

The parquet type of the import task.

Link copied to clipboard

The ARN of the IAM role that will allow access to the data that is to be imported.

Link copied to clipboard

A URL identifying the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String