@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VectorIngestionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about how to ingest the documents in a data source.
| Constructor and Description |
|---|
VectorIngestionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
VectorIngestionConfiguration |
clone() |
boolean |
equals(Object obj) |
ChunkingConfiguration |
getChunkingConfiguration()
Details about how to chunk the documents in the data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setChunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
Details about how to chunk the documents in the data source.
|
String |
toString()
Returns a string representation of this object.
|
VectorIngestionConfiguration |
withChunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
Details about how to chunk the documents in the data source.
|
public void setChunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.
chunkingConfiguration - Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a
data source that is returned when the knowledge base that it belongs to is queried.public ChunkingConfiguration getChunkingConfiguration()
Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.
public VectorIngestionConfiguration withChunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.
chunkingConfiguration - Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a
data source that is returned when the knowledge base that it belongs to is queried.public String toString()
toString in class ObjectObject.toString()public VectorIngestionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.