@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KnowledgeBaseConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configures a bedrock knowledge base.
| Constructor and Description |
|---|
KnowledgeBaseConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBaseConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getType() |
VectorKnowledgeBaseConfiguration |
getVectorKnowledgeBaseConfiguration() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setType(String type) |
void |
setVectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration) |
String |
toString()
Returns a string representation of this object.
|
KnowledgeBaseConfiguration |
withType(KnowledgeBaseType type) |
KnowledgeBaseConfiguration |
withType(String type) |
KnowledgeBaseConfiguration |
withVectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration) |
public void setType(String type)
type - KnowledgeBaseTypepublic String getType()
KnowledgeBaseTypepublic KnowledgeBaseConfiguration withType(String type)
type - KnowledgeBaseTypepublic KnowledgeBaseConfiguration withType(KnowledgeBaseType type)
type - KnowledgeBaseTypepublic void setVectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration)
vectorKnowledgeBaseConfiguration - public VectorKnowledgeBaseConfiguration getVectorKnowledgeBaseConfiguration()
public KnowledgeBaseConfiguration withVectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration)
vectorKnowledgeBaseConfiguration - public String toString()
toString in class ObjectObject.toString()public KnowledgeBaseConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.