Class: Aws::BedrockAgent::Types::RedisEnterpriseCloudFieldMapping

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#metadata_fieldString

Name of the field

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2696

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

#text_fieldString

Name of the field

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2696

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

#vector_fieldString

Name of the field

Returns:

  • (String)


2696
2697
2698
2699
2700
2701
2702
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2696

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