primaryKeyField
The name of the field in which Amazon Bedrock stores the ID for each entry.
- Returns:
- The name of the field in which Amazon Bedrock stores the ID for each entry.
Serializable
, SdkPojo
, ToCopyableBuilder<RdsFieldMapping.Builder,RdsFieldMapping>
Contains the names of the fields to which to map information about the vector store.
static RdsFieldMapping.Builder
builder()
final String
final boolean
final boolean
equalsBySdkFields(Object obj)
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final int
hashCode()
final String
final String
static Class<? extends RdsFieldMapping.Builder>
final String
final String
toString()
final String
copy
Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.
The name of the field in which Amazon Bedrock stores metadata about the vector store.
The name of the field in which Amazon Bedrock stores the ID for each entry.
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.
The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RdsFieldMapping.Builder,RdsFieldMapping>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withsdkFieldNameToField
in interface SdkPojo