Class: Aws::NeptuneGraph::Types::VectorSearchConfiguration

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

Overview

Specifies the number of dimensions for vector embeddings loaded into the graph. Max = 65535

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionInteger

The number of dimensions.

Returns:

  • (Integer)


2622
2623
2624
2625
2626
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2622

class VectorSearchConfiguration < Struct.new(
  :dimension)
  SENSITIVE = []
  include Aws::Structure
end