Class: Aws::NeptuneGraph::Types::StartImportTaskInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptunegraph/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blank_node_handlingString

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].

[1]: docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html#rdf-handling



2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#fail_on_errorBoolean

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.



2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

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.



2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#graph_identifierString

The unique identifier of the Neptune Analytics graph.



2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#import_optionsTypes::ImportOptions

Options for how to perform an import.



2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#parquet_typeString

The parquet type of the import task.



2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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



2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

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.



2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
# File 'lib/aws-sdk-neptunegraph/types.rb', line 2938

class StartImportTaskInput < Struct.new(
  :import_options,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :graph_identifier,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end