Interface RedisEnterpriseCloudFieldMapping.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RedisEnterpriseCloudFieldMapping.Builder,RedisEnterpriseCloudFieldMapping>,SdkBuilder<RedisEnterpriseCloudFieldMapping.Builder,RedisEnterpriseCloudFieldMapping>,SdkPojo
- Enclosing class:
- RedisEnterpriseCloudFieldMapping
public static interface RedisEnterpriseCloudFieldMapping.Builder extends SdkPojo, CopyableBuilder<RedisEnterpriseCloudFieldMapping.Builder,RedisEnterpriseCloudFieldMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RedisEnterpriseCloudFieldMapping.BuildermetadataField(String metadataField)The name of the field in which Amazon Bedrock stores metadata about the vector store.RedisEnterpriseCloudFieldMapping.BuildertextField(String textField)The name of the field in which Amazon Bedrock stores the raw text from your data.RedisEnterpriseCloudFieldMapping.BuildervectorField(String vectorField)The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
metadataField
RedisEnterpriseCloudFieldMapping.Builder metadataField(String metadataField)
The name of the field in which Amazon Bedrock stores metadata about the vector store.
- Parameters:
metadataField- The name of the field in which Amazon Bedrock stores metadata about the vector store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textField
RedisEnterpriseCloudFieldMapping.Builder textField(String textField)
The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
- Parameters:
textField- The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vectorField
RedisEnterpriseCloudFieldMapping.Builder vectorField(String vectorField)
The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
- Parameters:
vectorField- The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-