Class: Aws::BedrockAgent::Types::RedisEnterpriseCloudFieldMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::RedisEnterpriseCloudFieldMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
A mapping of Bedrock Knowledge Base fields to Redis Cloud field names
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_field ⇒ String
Name of the field.
-
#text_field ⇒ String
Name of the field.
-
#vector_field ⇒ String
Name of the field.
Instance Attribute Details
#metadata_field ⇒ String
Name of the field
2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2759 class RedisEnterpriseCloudFieldMapping < Struct.new( :vector_field, :text_field, :metadata_field) SENSITIVE = [] include Aws::Structure end |
#text_field ⇒ String
Name of the field
2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2759 class RedisEnterpriseCloudFieldMapping < Struct.new( :vector_field, :text_field, :metadata_field) SENSITIVE = [] include Aws::Structure end |
#vector_field ⇒ String
Name of the field
2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2759 class RedisEnterpriseCloudFieldMapping < Struct.new( :vector_field, :text_field, :metadata_field) SENSITIVE = [] include Aws::Structure end |