Class: Aws::NeptuneGraph::Types::VectorSearchConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::VectorSearchConfiguration
- 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
-
#dimension ⇒ Integer
The number of dimensions.
Instance Attribute Details
#dimension ⇒ Integer
The number of dimensions.
3141 3142 3143 3144 3145 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 3141 class VectorSearchConfiguration < Struct.new( :dimension) SENSITIVE = [] include Aws::Structure end |