Uses of Class
software.amazon.awssdk.services.bedrockagent.model.VectorIngestionConfiguration
Packages that use VectorIngestionConfiguration
-
Uses of VectorIngestionConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return VectorIngestionConfigurationModifier and TypeMethodDescriptionCreateDataSourceRequest.vectorIngestionConfiguration()Contains details about how to ingest the documents in the data source.DataSource.vectorIngestionConfiguration()Contains details about how to ingest the documents in the data source.UpdateDataSourceRequest.vectorIngestionConfiguration()Contains details about how to ingest the documents in the data source.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type VectorIngestionConfigurationModifier and TypeMethodDescriptionCreateDataSourceRequest.Builder.vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration) Contains details about how to ingest the documents in the data source.DataSource.Builder.vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration) Contains details about how to ingest the documents in the data source.UpdateDataSourceRequest.Builder.vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration) Contains details about how to ingest the documents in the data source.