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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb

Overview

Amazon S3 Vectors is in preview release for Amazon S3 and is subject to change.

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:



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

#keyString

The name of the vector.

Returns:

  • (String)


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

#metadataHash, ...

Metadata about the vector.

Returns:

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


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