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()Returns the value of the VectorIngestionConfiguration property for this object.VectorIngestionConfigurationDataSource. vectorIngestionConfiguration()Returns the value of the VectorIngestionConfiguration property for this object.VectorIngestionConfigurationUpdateDataSourceRequest. vectorIngestionConfiguration()Returns the value of the VectorIngestionConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type VectorIngestionConfiguration Modifier and Type Method Description CreateDataSourceRequest.BuilderCreateDataSourceRequest.Builder. vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration)Sets the value of the VectorIngestionConfiguration property for this object.DataSource.BuilderDataSource.Builder. vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration)Sets the value of the VectorIngestionConfiguration property for this object.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. vectorIngestionConfiguration(VectorIngestionConfiguration vectorIngestionConfiguration)Sets the value of the VectorIngestionConfiguration property for this object.
-