Class: Aws::BedrockAgent::Types::RdsFieldMapping

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

Overview

A mapping of Bedrock Knowledge Base fields to RDS column names

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_fieldString

Name of the column

Returns:

  • (String)


2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2703

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

#primary_key_fieldString

Name of the column

Returns:

  • (String)


2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2703

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

#text_fieldString

Name of the column

Returns:

  • (String)


2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2703

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

#vector_fieldString

Name of the column

Returns:

  • (String)


2703
2704
2705
2706
2707
2708
2709
2710
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2703

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