Interface CreateTextPromptRequest._FinalStage
- All Known Implementing Classes:
CreateTextPromptRequest.Builder
- Enclosing class:
CreateTextPromptRequest
public static interface CreateTextPromptRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(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.List of tags to apply to all versions of this prompt.type(CreateTextPromptType type) type(Optional<CreateTextPromptType> type)
-
Method Details
-
build
CreateTextPromptRequest build() -
additionalProperty
-
additionalProperties
-
config
-
config
-
type
-
type
-
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
-