@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrchestrationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Settings for how the model processes the prompt prior to retrieval and generation.
| Constructor and Description |
|---|
OrchestrationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OrchestrationConfiguration |
clone() |
boolean |
equals(Object obj) |
QueryTransformationConfiguration |
getQueryTransformationConfiguration()
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setQueryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration)
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION. |
String |
toString()
Returns a string representation of this object.
|
OrchestrationConfiguration |
withQueryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration)
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION. |
public void setQueryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration)
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION.
queryTransformationConfiguration - To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION.public QueryTransformationConfiguration getQueryTransformationConfiguration()
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION.
QUERY_DECOMPOSITION.public OrchestrationConfiguration withQueryTransformationConfiguration(QueryTransformationConfiguration queryTransformationConfiguration)
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION.
queryTransformationConfiguration - To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION.public String toString()
toString in class ObjectObject.toString()public OrchestrationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.