Class: Aws::S3Vectors::Types::GetOutputVector

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataTypes::VectorData

The vector data of the vector.

Returns:



363
364
365
366
367
368
369
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 363

class GetOutputVector < Struct.new(
  :key,
  :data,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The name of the vector.

Returns:

  • (String)


363
364
365
366
367
368
369
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 363

class GetOutputVector < Struct.new(
  :key,
  :data,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash, ...

Metadata about the vector.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


363
364
365
366
367
368
369
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 363

class GetOutputVector < Struct.new(
  :key,
  :data,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end