Interface BasePrompt._FinalStage
- All Known Implementing Classes:
BasePrompt.Builder
- Enclosing class:
BasePrompt
public static interface BasePrompt._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllLabels(List<String> labels) addAllTags(List<String> tags) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()commitMessage(String commitMessage) commitMessage(Optional<String> commitMessage) Commit message for this prompt version.List of deployment labels of this prompt version.resolutionGraph(Map<String, Object> resolutionGraph) resolutionGraph(Optional<Map<String, Object>> resolutionGraph) The dependency resolution graph for the current prompt.List of tags.
-
Method Details
-
build
BasePrompt build() -
additionalProperty
-
additionalProperties
-
labels
List of deployment labels of this prompt version.
-
addLabels
-
addAllLabels
-
tags
List of tags. Used to filter via UI and API. The same across versions of a prompt.
-
addTags
-
addAllTags
-
commitMessage
Commit message for this prompt version.
-
commitMessage
-
resolutionGraph
The dependency resolution graph for the current prompt. Null if prompt has no dependencies.
-
resolutionGraph
-