Interface CreateChatPromptRequest._FinalStage
- All Known Implementing Classes:
CreateChatPromptRequest.Builder
- Enclosing class:
CreateChatPromptRequest
public static interface CreateChatPromptRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllPrompt(List<ChatMessageWithPlaceholders> prompt) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) addPrompt(ChatMessageWithPlaceholders prompt) build()commitMessage(String commitMessage) commitMessage(Optional<String> commitMessage) Commit message for this prompt version.List of deployment labels of this prompt version.prompt(List<ChatMessageWithPlaceholders> prompt) List of tags to apply to all versions of this prompt.
-
Method Details
-
build
CreateChatPromptRequest build() -
additionalProperty
-
additionalProperties
-
prompt
-
addPrompt
-
addAllPrompt
-
config
-
config
-
labels
List of deployment labels of this prompt version.
-
labels
-
tags
List of tags to apply to all versions of this prompt.
-
tags
-
commitMessage
Commit message for this prompt version.
-
commitMessage
-