Interface NeptuneAnalyticsFieldMapping.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NeptuneAnalyticsFieldMapping.Builder,NeptuneAnalyticsFieldMapping>, SdkBuilder<NeptuneAnalyticsFieldMapping.Builder,NeptuneAnalyticsFieldMapping>, SdkPojo
Enclosing class:
NeptuneAnalyticsFieldMapping

@Mutable @NotThreadSafe public static interface NeptuneAnalyticsFieldMapping.Builder extends SdkPojo, CopyableBuilder<NeptuneAnalyticsFieldMapping.Builder,NeptuneAnalyticsFieldMapping>
  • Method Details

    • 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.
    • metadataField

      NeptuneAnalyticsFieldMapping.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.