@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VectorIngestionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configures ingestion for a vector knowledge base
| Constructor and Description |
|---|
VectorIngestionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
VectorIngestionConfiguration |
clone() |
boolean |
equals(Object obj) |
ChunkingConfiguration |
getChunkingConfiguration() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setChunkingConfiguration(ChunkingConfiguration chunkingConfiguration) |
String |
toString()
Returns a string representation of this object.
|
VectorIngestionConfiguration |
withChunkingConfiguration(ChunkingConfiguration chunkingConfiguration) |
public void setChunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
chunkingConfiguration - public ChunkingConfiguration getChunkingConfiguration()
public VectorIngestionConfiguration withChunkingConfiguration(ChunkingConfiguration chunkingConfiguration)
chunkingConfiguration - public String toString()
toString in class ObjectObject.toString()public VectorIngestionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.