OptimizedPrompt

sealed class OptimizedPrompt

Contains information about the optimized prompt.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class TextPrompt(val value: TextPrompt) : OptimizedPrompt

Contains information about the text in the prompt that was optimized.

Functions

Link copied to clipboard

Casts this OptimizedPrompt as a TextPrompt and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.TextPrompt value. Throws an exception if the OptimizedPrompt is not a TextPrompt.

Link copied to clipboard