Class: Aws::BedrockAgent::Types::RdsFieldMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::RdsFieldMapping
- 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
-
#metadata_field ⇒ String
Name of the column.
-
#primary_key_field ⇒ String
Name of the column.
-
#text_field ⇒ String
Name of the column.
-
#vector_field ⇒ String
Name of the column.
Instance Attribute Details
#metadata_field ⇒ String
Name of the column
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_field ⇒ String
Name of the column
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_field ⇒ String
Name of the column
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_field ⇒ String
Name of the column
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 |