PromptConfiguration.Builder |
PromptConfiguration.Builder.basePromptTemplate(String basePromptTemplate) |
Sets the value of the BasePromptTemplate property for this object.
|
static PromptConfiguration.Builder |
PromptConfiguration.builder() |
|
default PromptConfiguration.Builder |
PromptConfiguration.Builder.inferenceConfiguration(Consumer<InferenceConfiguration.Builder> inferenceConfiguration) |
Sets the value of the InferenceConfiguration property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.inferenceConfiguration(InferenceConfiguration inferenceConfiguration) |
Sets the value of the InferenceConfiguration property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.parserMode(String parserMode) |
Sets the value of the ParserMode property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.parserMode(CreationMode parserMode) |
Sets the value of the ParserMode property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.promptCreationMode(String promptCreationMode) |
Sets the value of the PromptCreationMode property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.promptCreationMode(CreationMode promptCreationMode) |
Sets the value of the PromptCreationMode property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.promptState(String promptState) |
Sets the value of the PromptState property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.promptState(PromptState promptState) |
Sets the value of the PromptState property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.promptType(String promptType) |
Sets the value of the PromptType property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.Builder.promptType(PromptType promptType) |
Sets the value of the PromptType property for this object.
|
PromptConfiguration.Builder |
PromptConfiguration.toBuilder() |
|