@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KnowledgeBaseRetrievalConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about how the results should be returned.
This data type is used in the following API operations:
| Constructor and Description |
|---|
KnowledgeBaseRetrievalConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KnowledgeBaseRetrievalConfiguration |
clone() |
boolean |
equals(Object obj) |
KnowledgeBaseVectorSearchConfiguration |
getVectorSearchConfiguration()
Contains details about how the results from the vector search should be returned.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVectorSearchConfiguration(KnowledgeBaseVectorSearchConfiguration vectorSearchConfiguration)
Contains details about how the results from the vector search should be returned.
|
String |
toString()
Returns a string representation of this object.
|
KnowledgeBaseRetrievalConfiguration |
withVectorSearchConfiguration(KnowledgeBaseVectorSearchConfiguration vectorSearchConfiguration)
Contains details about how the results from the vector search should be returned.
|
public void setVectorSearchConfiguration(KnowledgeBaseVectorSearchConfiguration vectorSearchConfiguration)
Contains details about how the results from the vector search should be returned.
vectorSearchConfiguration - Contains details about how the results from the vector search should be returned.public KnowledgeBaseVectorSearchConfiguration getVectorSearchConfiguration()
Contains details about how the results from the vector search should be returned.
public KnowledgeBaseRetrievalConfiguration withVectorSearchConfiguration(KnowledgeBaseVectorSearchConfiguration vectorSearchConfiguration)
Contains details about how the results from the vector search should be returned.
vectorSearchConfiguration - Contains details about how the results from the vector search should be returned.public String toString()
toString in class ObjectObject.toString()public KnowledgeBaseRetrievalConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.