public static class LlmCustomization.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LlmCustomization |
build() |
LlmCustomization.Builder |
copy(LlmCustomization model) |
LlmCustomization.Builder |
instruction(String instruction)
If specified, the default instruction is replaced with provided instruction.
|
public LlmCustomization.Builder instruction(String instruction)
If specified, the default instruction is replaced with provided instruction.
instruction
- the value to setpublic LlmCustomization build()
public LlmCustomization.Builder copy(LlmCustomization model)
Copyright © 2016–2025. All rights reserved.