Class: Aws::S3Vectors::Types::GetOutputVector
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::GetOutputVector
- Defined in:
- gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb
Overview
The attributes of a vector returned by the GetVectors
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Types::VectorData
The vector data of the vector.
-
#key ⇒ String
The name of the vector.
-
#metadata ⇒ Hash, ...
Metadata about the vector.
Instance Attribute Details
#data ⇒ Types::VectorData
The vector data of the vector.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 311 class GetOutputVector < Struct.new( :key, :data, :metadata) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The name of the vector.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 311 class GetOutputVector < Struct.new( :key, :data, :metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Hash, ...
Metadata about the vector.
311 312 313 314 315 316 317 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 311 class GetOutputVector < Struct.new( :key, :data, :metadata) SENSITIVE = [] include Aws::Structure end |