Class CreateChatPromptRequest.Builder
java.lang.Object
com.ants.platform.client.resources.prompts.types.CreateChatPromptRequest.Builder
- All Implemented Interfaces:
CreateChatPromptRequest._FinalStage,CreateChatPromptRequest.NameStage
- Enclosing class:
CreateChatPromptRequest
public static final class CreateChatPromptRequest.Builder
extends Object
implements CreateChatPromptRequest.NameStage, CreateChatPromptRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllPrompt(List<ChatMessage> prompt) addPrompt(ChatMessage prompt) build()commitMessage(String commitMessage) Commit message for this prompt version.commitMessage(Optional<String> commitMessage) from(CreateChatPromptRequest other) List of deployment labels of this prompt version.prompt(List<ChatMessage> prompt) List of tags to apply to all versions of this prompt.
-
Method Details
-
from
- Specified by:
fromin interfaceCreateChatPromptRequest.NameStage
-
name
- Specified by:
namein interfaceCreateChatPromptRequest.NameStage
-
commitMessage
Commit message for this prompt version.
- Specified by:
commitMessagein interfaceCreateChatPromptRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
commitMessage
- Specified by:
commitMessagein interfaceCreateChatPromptRequest._FinalStage
-
tags
List of tags to apply to all versions of this prompt.
- Specified by:
tagsin interfaceCreateChatPromptRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
tags
- Specified by:
tagsin interfaceCreateChatPromptRequest._FinalStage
-
labels
List of deployment labels of this prompt version.
- Specified by:
labelsin interfaceCreateChatPromptRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
labels
- Specified by:
labelsin interfaceCreateChatPromptRequest._FinalStage
-
config
- Specified by:
configin interfaceCreateChatPromptRequest._FinalStage
-
config
- Specified by:
configin interfaceCreateChatPromptRequest._FinalStage
-
addAllPrompt
- Specified by:
addAllPromptin interfaceCreateChatPromptRequest._FinalStage
-
addPrompt
- Specified by:
addPromptin interfaceCreateChatPromptRequest._FinalStage
-
prompt
- Specified by:
promptin interfaceCreateChatPromptRequest._FinalStage
-
build
- Specified by:
buildin interfaceCreateChatPromptRequest._FinalStage
-