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.
3136 3137 3138 3139 3140 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 3136 class VectorSearchConfiguration < Struct.new( :dimension) SENSITIVE = [] include Aws::Structure end |