Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.NeptuneAnalyticsConfiguration.Builder
-
Packages that use NeptuneAnalyticsConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of NeptuneAnalyticsConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return NeptuneAnalyticsConfiguration.Builder Modifier and Type Method Description static NeptuneAnalyticsConfiguration.BuilderNeptuneAnalyticsConfiguration. builder()default NeptuneAnalyticsConfiguration.BuilderNeptuneAnalyticsConfiguration.Builder. fieldMapping(Consumer<NeptuneAnalyticsFieldMapping.Builder> fieldMapping)Contains the names of the fields to which to map information about the vector store.NeptuneAnalyticsConfiguration.BuilderNeptuneAnalyticsConfiguration.Builder. fieldMapping(NeptuneAnalyticsFieldMapping fieldMapping)Contains the names of the fields to which to map information about the vector store.NeptuneAnalyticsConfiguration.BuilderNeptuneAnalyticsConfiguration.Builder. graphArn(String graphArn)The Amazon Resource Name (ARN) of the Neptune Analytics vector store.NeptuneAnalyticsConfiguration.BuilderNeptuneAnalyticsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type NeptuneAnalyticsConfiguration.Builder Modifier and Type Method Description static Class<? extends NeptuneAnalyticsConfiguration.Builder>NeptuneAnalyticsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type NeptuneAnalyticsConfiguration.Builder Modifier and Type Method Description default StorageConfiguration.BuilderStorageConfiguration.Builder. neptuneAnalyticsConfiguration(Consumer<NeptuneAnalyticsConfiguration.Builder> neptuneAnalyticsConfiguration)Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune.
-