View source: R/neptunedata_operations.R
| neptunedata_start_loader_job | R Documentation | 
Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data.
See https://www.paws-r-sdk.com/docs/neptunedata_start_loader_job/ for full documentation.
neptunedata_start_loader_job(
  source,
  format,
  s3BucketRegion,
  iamRoleArn,
  mode = NULL,
  failOnError = NULL,
  parallelism = NULL,
  parserConfiguration = NULL,
  updateSingleCardinalityProperties = NULL,
  queueRequest = NULL,
  dependencies = NULL,
  userProvidedEdgeIds = NULL
)
| source | [required] The  The URI can be in any of the following formats. 
 The  The specified folder or folders can contain multiple vertex files and multiple edge files. | 
| format | [required] The format of the data. For more information about data formats for the
Neptune  Allowed values 
 | 
| s3BucketRegion | [required] The Amazon region of the S3 bucket. This must match the Amazon Region of the DB cluster. | 
| iamRoleArn | [required] The Amazon Resource Name (ARN) for an IAM role to be assumed by the Neptune DB instance for access to the S3 bucket. The IAM role ARN provided here should be attached to the DB cluster (see Adding the IAM Role to an Amazon Neptune Cluster. | 
| mode | The load job mode. Allowed values:  Default value:  
 | 
| failOnError | 
 Allowed values:  Default value:  When this parameter is set to  When this parameter is set to  | 
| parallelism | The optional  Allowed values: 
 Default value:  The  | 
| parserConfiguration | 
 
 | 
| updateSingleCardinalityProperties | 
 Allowed values:  Default value:  By default, or when  When  | 
| queueRequest | This is an optional flag parameter that indicates whether the load request can be queued up or not. You don't have to wait for one load job to complete before issuing the
next one, because Neptune can queue up as many as 64 jobs at a time,
provided that their  If the  Allowed values:  Default value:  | 
| dependencies | This is an optional parameter that can make a queued load request contingent on the successful completion of one or more previous jobs in the queue. Neptune can queue up as many as 64 load requests at a time, if their
 For example, if load  
 Because of the  You can set up multiple levels of dependency in this way, so that the failure of one job will cause all requests that are directly or indirectly dependent on it to be cancelled. | 
| userProvidedEdgeIds | This parameter is required only when loading openCypher data that
contains relationship IDs. It must be included and set to  When  When  It's useful to provide relationship IDs explicitly so that the loader can resume loading after error in the CSV data have been fixed, without having to reload any relationships that have already been loaded. If relationship IDs have not been explicitly assigned, the loader cannot resume a failed load if any relationship file has had to be corrected, and must instead reload all the relationships. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.