Uses of Class
software.amazon.awssdk.services.bedrockagent.model.VectorIngestionConfiguration
-
Packages that use VectorIngestionConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of VectorIngestionConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return VectorIngestionConfiguration Modifier and Type Method Description VectorIngestionConfigurationCreateDataSourceRequest. vectorIngestionConfiguration()Contains details about how to ingest the documents in the data source.VectorIngestionConfigurationDataSource. vectorIngestionConfiguration()Contains details about how to ingest the documents in the data source.VectorIngestionConfigurationUpdateDataSourceRequest. 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 VectorIngestionConfiguration Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration)Contains details about how to ingest the documents in the data source.DataSource.BuilderDataSource.Builder. vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration)Contains details about how to ingest the documents in the data source.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration)Contains details about how to ingest the documents in the data source.
-