You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-neptune-graph): Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value convertToIri for the blankNodeHandling parameter.
* <p>The method to handle blank nodes in the dataset. Currently, only <code>convertToIri</code> is supported,
2570
+
* meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is <code>ntriples</code>.
2571
+
* For more information, see <a href="https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html#rdf-handling">Handling RDF values</a>.</p>
2572
+
* @public
2573
+
*/
2574
+
blankNodeHandling?: BlankNodeHandling;
2575
+
2554
2576
/**
2555
2577
* <p>The ARN of the IAM role that will allow access to the data that is to be imported.</p>
* <p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies
2586
2608
* the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin
2587
-
* CSV format</a> or <code>OPENCYPHER</code>, which identies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher
2588
-
* load format</a>.</p>
2609
+
* CSV format</a>, <code>OPENCYPHER</code>, which identifies the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html">openCypher
2610
+
* load format</a>, or <code>ntriples</code>, which identifies the
* <p>The method to handle blank nodes in the dataset. Currently, only <code>convertToIri</code> is supported,
2956
+
* meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is <code>ntriples</code>.
2957
+
* For more information, see <a href="https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html#rdf-handling">Handling RDF values</a>.</p>
2958
+
* @public
2959
+
*/
2960
+
blankNodeHandling?: BlankNodeHandling;
2961
+
2931
2962
/**
2932
2963
* <p>The unique identifier of the Neptune Analytics graph.</p>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/neptune-graph.json
+30-1
Original file line number
Diff line number
Diff line change
@@ -1534,6 +1534,17 @@
1534
1534
"smithy.api#pattern": "^arn:.+$"
1535
1535
}
1536
1536
},
1537
+
"com.amazonaws.neptunegraph#BlankNodeHandling": {
1538
+
"type": "enum",
1539
+
"members": {
1540
+
"CONVERT_TO_IRI": {
1541
+
"target": "smithy.api#Unit",
1542
+
"traits": {
1543
+
"smithy.api#enumValue": "convertToIri"
1544
+
}
1545
+
}
1546
+
}
1547
+
},
1537
1548
"com.amazonaws.neptunegraph#CancelImportTask": {
1538
1549
"type": "operation",
1539
1550
"input": {
@@ -2187,6 +2198,12 @@
2187
2198
"smithy.api#documentation": "<p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies\n the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html\">Gremlin\n CSV format</a> or <code>OPENCYPHER</code>, which identies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html\">openCypher\n load format</a>.</p>"
"smithy.api#documentation": "<p>The method to handle blank nodes in the dataset. Currently, only <code>convertToIri</code> is supported, \n meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is <code>ntriples</code>. \n For more information, see <a href=\"https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html#rdf-handling\">Handling RDF values</a>.</p>"
2205
+
}
2206
+
},
2190
2207
"roleArn": {
2191
2208
"target": "com.amazonaws.neptunegraph#RoleArn",
2192
2209
"traits": {
@@ -2225,7 +2242,7 @@
2225
2242
"format": {
2226
2243
"target": "com.amazonaws.neptunegraph#Format",
2227
2244
"traits": {
2228
-
"smithy.api#documentation": "<p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies\n the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html\">Gremlin\n CSV format</a> or <code>OPENCYPHER</code>, which identies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html\">openCypher\n load format</a>.</p>"
2245
+
"smithy.api#documentation": "<p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies\n the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html\">Gremlin\n CSV format</a>, <code>OPENCYPHER</code>, which identifies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html\">openCypher\n load format</a>, or <code>ntriples</code>, which identifies the\n <a href=\"https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html\">RDF n-triples</a> format.</p>"
2229
2246
}
2230
2247
},
2231
2248
"roleArn": {
@@ -2932,6 +2949,12 @@
2932
2949
"traits": {
2933
2950
"smithy.api#enumValue": "OPEN_CYPHER"
2934
2951
}
2952
+
},
2953
+
"NTRIPLES": {
2954
+
"target": "smithy.api#Unit",
2955
+
"traits": {
2956
+
"smithy.api#enumValue": "NTRIPLES"
2957
+
}
2935
2958
}
2936
2959
}
2937
2960
},
@@ -5912,6 +5935,12 @@
5912
5935
"smithy.api#documentation": "<p>Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or \n OPENCYPHER, which identies the openCypher load format.</p>"
"smithy.api#documentation": "<p>The method to handle blank nodes in the dataset. Currently, only <code>convertToIri</code> is supported, \n meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is <code>ntriples</code>. \n For more information, see <a href=\"https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html#rdf-handling\">Handling RDF values</a>.</p>"
0 commit comments