Class: Aws::NeptuneGraph::Types::CreateGraphUsingImportTaskInput

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

Returns:

  • (String)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_protectionBoolean

Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (‘true` or `false`).

Returns:

  • (Boolean)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :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.

Returns:

  • (Boolean)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

Specifies the format of S3 data to be imported. Valid values are ‘CSV`, which identifies the [Gremlin CSV format], `OPEN_CYPHER`, which identifies the [openCypher load format], or `ntriples`, which identifies the [RDF n-triples] format.

[1]: docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html [2]: docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html [3]: docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html

Returns:

  • (String)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#graph_nameString

A name for the new Neptune Analytics graph to be created.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens. Only lowercase letters are allowed.

Returns:

  • (String)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#import_optionsTypes::ImportOptions

Contains options for controlling the import process. For example, if the ‘failOnError` key is set to `false`, the import skips problem data and attempts to continue (whereas if set to `true`, the default, or if omitted, the import operation halts immediately when an error is encountered.



544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifierString

Specifies a KMS key to use to encrypt data imported into the new graph.

Returns:

  • (String)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#max_provisioned_memoryInteger

The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 1024, or the approved upper limit for your account.

If both the minimum and maximum values are specified, the final ‘provisioned-memory` will be chosen per the actual size of your imported data. If neither value is specified, 128 m-NCUs are used.

Returns:

  • (Integer)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#min_provisioned_memoryInteger

The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 16

Returns:

  • (Integer)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#parquet_typeString

The parquet type of the import task.

Returns:

  • (String)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#public_connectivityBoolean

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (‘true` to enable, or `false` to disable).

Returns:

  • (Boolean)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#replica_countInteger

The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.

Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.

Returns:

  • (Integer)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :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.

Returns:

  • (String)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

A URL identifying to 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.

Returns:

  • (String)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

Returns:

  • (Hash<String,String>)


544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vector_search_configurationTypes::VectorSearchConfiguration

Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as ‘dimension=`value. Max = 65,535



544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-neptunegraph/types.rb', line 544

class CreateGraphUsingImportTaskInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :import_options,
  :max_provisioned_memory,
  :min_provisioned_memory,
  :fail_on_error,
  :source,
  :format,
  :parquet_type,
  :blank_node_handling,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end