Class: Aws::BedrockAgent::Types::OpenSearchServerlessFieldMapping

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

A mapping of Bedrock Knowledge Base fields to OpenSearch Serverless field names

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_fieldString

Name of the field

Returns:

  • (String)


2491
2492
2493
2494
2495
2496
2497
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2491

class OpenSearchServerlessFieldMapping < Struct.new(
  :vector_field,
  :text_field,
  :metadata_field)
  SENSITIVE = []
  include Aws::Structure
end

#text_fieldString

Name of the field

Returns:

  • (String)


2491
2492
2493
2494
2495
2496
2497
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2491

class OpenSearchServerlessFieldMapping < Struct.new(
  :vector_field,
  :text_field,
  :metadata_field)
  SENSITIVE = []
  include Aws::Structure
end

#vector_fieldString

Name of the field

Returns:

  • (String)


2491
2492
2493
2494
2495
2496
2497
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2491

class OpenSearchServerlessFieldMapping < Struct.new(
  :vector_field,
  :text_field,
  :metadata_field)
  SENSITIVE = []
  include Aws::Structure
end