Class: Aws::S3Vectors::Types::QueryOutputVector
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::QueryOutputVector
- Defined in:
- gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb
Overview
The attributes of a vector in the approximate nearest neighbor search.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::VectorData
The vector data associated with the vector, if requested.
-
#distance ⇒ Float
The measure of similarity between the vector in the response and the query vector.
-
#key ⇒ String
The key of the vector in the approximate nearest neighbor search.
-
#metadata ⇒ Hash, ...
The metadata associated with the vector, if requested.
Instance Attribute Details
#data ⇒ Types::VectorData
The vector data associated with the vector, if requested.
1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1014 class QueryOutputVector < Struct.new( :key, :data, :metadata, :distance) SENSITIVE = [] include Aws::Structure end |
#distance ⇒ Float
The measure of similarity between the vector in the response and the query vector.
1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1014 class QueryOutputVector < Struct.new( :key, :data, :metadata, :distance) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key of the vector in the approximate nearest neighbor search.
1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1014 class QueryOutputVector < Struct.new( :key, :data, :metadata, :distance) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash, ...
The metadata associated with the vector, if requested.
1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1014 class QueryOutputVector < Struct.new( :key, :data, :metadata, :distance) SENSITIVE = [] include Aws::Structure end |