@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VectorKnowledgeBaseConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configurations for a vector knowledge base.
Constructor and Description |
---|
VectorKnowledgeBaseConfiguration() |
Modifier and Type | Method and Description |
---|---|
VectorKnowledgeBaseConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getEmbeddingModelArn() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEmbeddingModelArn(String embeddingModelArn) |
String |
toString()
Returns a string representation of this object.
|
VectorKnowledgeBaseConfiguration |
withEmbeddingModelArn(String embeddingModelArn) |
public void setEmbeddingModelArn(String embeddingModelArn)
embeddingModelArn
- public String getEmbeddingModelArn()
public VectorKnowledgeBaseConfiguration withEmbeddingModelArn(String embeddingModelArn)
embeddingModelArn
- public String toString()
toString
in class Object
Object.toString()
public VectorKnowledgeBaseConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.