@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalSourcesGenerationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains the generation configuration of the external source wrapper object.
| Constructor and Description |
|---|
ExternalSourcesGenerationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ExternalSourcesGenerationConfiguration |
clone() |
boolean |
equals(Object obj) |
PromptTemplate |
getPromptTemplate()
Contain the textPromptTemplate string for the external source wrapper object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPromptTemplate(PromptTemplate promptTemplate)
Contain the textPromptTemplate string for the external source wrapper object.
|
String |
toString()
Returns a string representation of this object.
|
ExternalSourcesGenerationConfiguration |
withPromptTemplate(PromptTemplate promptTemplate)
Contain the textPromptTemplate string for the external source wrapper object.
|
public ExternalSourcesGenerationConfiguration()
public void setPromptTemplate(PromptTemplate promptTemplate)
Contain the textPromptTemplate string for the external source wrapper object.
promptTemplate - Contain the textPromptTemplate string for the external source wrapper object.public PromptTemplate getPromptTemplate()
Contain the textPromptTemplate string for the external source wrapper object.
public ExternalSourcesGenerationConfiguration withPromptTemplate(PromptTemplate promptTemplate)
Contain the textPromptTemplate string for the external source wrapper object.
promptTemplate - Contain the textPromptTemplate string for the external source wrapper object.public String toString()
toString in class ObjectObject.toString()public ExternalSourcesGenerationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.