| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Bedrock.PromptVersion.PromptVariantProperty
Documentation
data PromptTemplateConfigurationProperty Source #
Constructors
| PromptTemplateConfigurationProperty | |
Instances
data TextPromptTemplateConfigurationProperty Source #
Constructors
| TextPromptTemplateConfigurationProperty | |
Fields | |
Instances
| ToJSON TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.TextPromptTemplateConfigurationProperty Methods toJSON :: TextPromptTemplateConfigurationProperty -> Value # toEncoding :: TextPromptTemplateConfigurationProperty -> Encoding # toJSONList :: [TextPromptTemplateConfigurationProperty] -> Value # toEncodingList :: [TextPromptTemplateConfigurationProperty] -> Encoding # omitField :: TextPromptTemplateConfigurationProperty -> Bool # | |||||
| Show TextPromptTemplateConfigurationProperty Source # | |||||
| Eq TextPromptTemplateConfigurationProperty Source # | |||||
| ToResourceProperties TextPromptTemplateConfigurationProperty Source # | |||||
| Property "CachePoint" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.TextPromptTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "CachePoint" TextPromptTemplateConfigurationProperty -> TextPromptTemplateConfigurationProperty -> TextPromptTemplateConfigurationProperty # | |||||
| Property "InputVariables" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.TextPromptTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "InputVariables" TextPromptTemplateConfigurationProperty -> TextPromptTemplateConfigurationProperty -> TextPromptTemplateConfigurationProperty # | |||||
| Property "Text" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.TextPromptTemplateConfigurationProperty Associated Types
| |||||
| type PropertyType "CachePoint" TextPromptTemplateConfigurationProperty Source # | |||||
| type PropertyType "InputVariables" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.TextPromptTemplateConfigurationProperty type PropertyType "InputVariables" TextPromptTemplateConfigurationProperty = [PromptInputVariableProperty] | |||||
| type PropertyType "Text" TextPromptTemplateConfigurationProperty Source # | |||||
data SystemContentBlockProperty Source #
Constructors
| SystemContentBlockProperty | |
Fields
| |
Instances
| ToJSON SystemContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.SystemContentBlockProperty Methods toJSON :: SystemContentBlockProperty -> Value # toEncoding :: SystemContentBlockProperty -> Encoding # toJSONList :: [SystemContentBlockProperty] -> Value # toEncodingList :: [SystemContentBlockProperty] -> Encoding # | |||||
| Show SystemContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.SystemContentBlockProperty Methods showsPrec :: Int -> SystemContentBlockProperty -> ShowS # show :: SystemContentBlockProperty -> String # showList :: [SystemContentBlockProperty] -> ShowS # | |||||
| Eq SystemContentBlockProperty Source # | |||||
| ToResourceProperties SystemContentBlockProperty Source # | |||||
| Property "CachePoint" SystemContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.SystemContentBlockProperty Associated Types
Methods set :: PropertyType "CachePoint" SystemContentBlockProperty -> SystemContentBlockProperty -> SystemContentBlockProperty # | |||||
| Property "Text" SystemContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.SystemContentBlockProperty Associated Types
Methods set :: PropertyType "Text" SystemContentBlockProperty -> SystemContentBlockProperty -> SystemContentBlockProperty # | |||||
| type PropertyType "CachePoint" SystemContentBlockProperty Source # | |||||
| type PropertyType "Text" SystemContentBlockProperty Source # | |||||
data ContentBlockProperty Source #
Constructors
| ContentBlockProperty | |
Fields
| |
Instances
| ToJSON ContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ContentBlockProperty Methods toJSON :: ContentBlockProperty -> Value # toEncoding :: ContentBlockProperty -> Encoding # toJSONList :: [ContentBlockProperty] -> Value # toEncodingList :: [ContentBlockProperty] -> Encoding # omitField :: ContentBlockProperty -> Bool # | |||||
| Show ContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ContentBlockProperty Methods showsPrec :: Int -> ContentBlockProperty -> ShowS # show :: ContentBlockProperty -> String # showList :: [ContentBlockProperty] -> ShowS # | |||||
| Eq ContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ContentBlockProperty Methods (==) :: ContentBlockProperty -> ContentBlockProperty -> Bool # (/=) :: ContentBlockProperty -> ContentBlockProperty -> Bool # | |||||
| ToResourceProperties ContentBlockProperty Source # | |||||
| Property "CachePoint" ContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ContentBlockProperty Associated Types
Methods set :: PropertyType "CachePoint" ContentBlockProperty -> ContentBlockProperty -> ContentBlockProperty # | |||||
| Property "Text" ContentBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ContentBlockProperty Associated Types
Methods set :: PropertyType "Text" ContentBlockProperty -> ContentBlockProperty -> ContentBlockProperty # | |||||
| type PropertyType "CachePoint" ContentBlockProperty Source # | |||||
| type PropertyType "Text" ContentBlockProperty Source # | |||||
data ToolChoiceProperty Source #
Constructors
| ToolChoiceProperty | |
Fields
| |
Instances
| ToJSON ToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolChoiceProperty Methods toJSON :: ToolChoiceProperty -> Value # toEncoding :: ToolChoiceProperty -> Encoding # toJSONList :: [ToolChoiceProperty] -> Value # toEncodingList :: [ToolChoiceProperty] -> Encoding # omitField :: ToolChoiceProperty -> Bool # | |||||
| Show ToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolChoiceProperty Methods showsPrec :: Int -> ToolChoiceProperty -> ShowS # show :: ToolChoiceProperty -> String # showList :: [ToolChoiceProperty] -> ShowS # | |||||
| Eq ToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolChoiceProperty Methods (==) :: ToolChoiceProperty -> ToolChoiceProperty -> Bool # (/=) :: ToolChoiceProperty -> ToolChoiceProperty -> Bool # | |||||
| ToResourceProperties ToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolChoiceProperty Methods toResourceProperties :: ToolChoiceProperty -> ResourceProperties # | |||||
| Property "Any" ToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolChoiceProperty Associated Types
Methods set :: PropertyType "Any" ToolChoiceProperty -> ToolChoiceProperty -> ToolChoiceProperty # | |||||
| Property "Auto" ToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolChoiceProperty Associated Types
Methods set :: PropertyType "Auto" ToolChoiceProperty -> ToolChoiceProperty -> ToolChoiceProperty # | |||||
| Property "Tool" ToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolChoiceProperty Associated Types
Methods set :: PropertyType "Tool" ToolChoiceProperty -> ToolChoiceProperty -> ToolChoiceProperty # | |||||
| type PropertyType "Any" ToolChoiceProperty Source # | |||||
| type PropertyType "Auto" ToolChoiceProperty Source # | |||||
| type PropertyType "Tool" ToolChoiceProperty Source # | |||||
data PromptInputVariableProperty Source #
Constructors
| PromptInputVariableProperty | |
Instances
| ToJSON PromptInputVariableProperty Source # | |||||
| Show PromptInputVariableProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptInputVariableProperty Methods showsPrec :: Int -> PromptInputVariableProperty -> ShowS # show :: PromptInputVariableProperty -> String # showList :: [PromptInputVariableProperty] -> ShowS # | |||||
| Eq PromptInputVariableProperty Source # | |||||
| ToResourceProperties PromptInputVariableProperty Source # | |||||
| Property "Name" PromptInputVariableProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptInputVariableProperty Associated Types
Methods set :: PropertyType "Name" PromptInputVariableProperty -> PromptInputVariableProperty -> PromptInputVariableProperty # | |||||
| type PropertyType "Name" PromptInputVariableProperty Source # | |||||
data CachePointBlockProperty Source #
Constructors
| CachePointBlockProperty | |
Instances
| ToJSON CachePointBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.CachePointBlockProperty Methods toJSON :: CachePointBlockProperty -> Value # toEncoding :: CachePointBlockProperty -> Encoding # toJSONList :: [CachePointBlockProperty] -> Value # | |||||
| Show CachePointBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.CachePointBlockProperty Methods showsPrec :: Int -> CachePointBlockProperty -> ShowS # show :: CachePointBlockProperty -> String # showList :: [CachePointBlockProperty] -> ShowS # | |||||
| Eq CachePointBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.CachePointBlockProperty Methods (==) :: CachePointBlockProperty -> CachePointBlockProperty -> Bool # (/=) :: CachePointBlockProperty -> CachePointBlockProperty -> Bool # | |||||
| ToResourceProperties CachePointBlockProperty Source # | |||||
| Property "Type" CachePointBlockProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.CachePointBlockProperty Associated Types
Methods set :: PropertyType "Type" CachePointBlockProperty -> CachePointBlockProperty -> CachePointBlockProperty # | |||||
| type PropertyType "Type" CachePointBlockProperty Source # | |||||
data ChatPromptTemplateConfigurationProperty Source #
Constructors
| ChatPromptTemplateConfigurationProperty | |
Instances
| ToJSON ChatPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ChatPromptTemplateConfigurationProperty Methods toJSON :: ChatPromptTemplateConfigurationProperty -> Value # toEncoding :: ChatPromptTemplateConfigurationProperty -> Encoding # toJSONList :: [ChatPromptTemplateConfigurationProperty] -> Value # toEncodingList :: [ChatPromptTemplateConfigurationProperty] -> Encoding # omitField :: ChatPromptTemplateConfigurationProperty -> Bool # | |||||
| Show ChatPromptTemplateConfigurationProperty Source # | |||||
| Eq ChatPromptTemplateConfigurationProperty Source # | |||||
| ToResourceProperties ChatPromptTemplateConfigurationProperty Source # | |||||
| Property "InputVariables" ChatPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ChatPromptTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "InputVariables" ChatPromptTemplateConfigurationProperty -> ChatPromptTemplateConfigurationProperty -> ChatPromptTemplateConfigurationProperty # | |||||
| Property "Messages" ChatPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ChatPromptTemplateConfigurationProperty Associated Types
| |||||
| Property "System" ChatPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ChatPromptTemplateConfigurationProperty Associated Types
| |||||
| Property "ToolConfiguration" ChatPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ChatPromptTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "ToolConfiguration" ChatPromptTemplateConfigurationProperty -> ChatPromptTemplateConfigurationProperty -> ChatPromptTemplateConfigurationProperty # | |||||
| type PropertyType "InputVariables" ChatPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ChatPromptTemplateConfigurationProperty type PropertyType "InputVariables" ChatPromptTemplateConfigurationProperty = [PromptInputVariableProperty] | |||||
| type PropertyType "Messages" ChatPromptTemplateConfigurationProperty Source # | |||||
| type PropertyType "System" ChatPromptTemplateConfigurationProperty Source # | |||||
| type PropertyType "ToolConfiguration" ChatPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ChatPromptTemplateConfigurationProperty type PropertyType "ToolConfiguration" ChatPromptTemplateConfigurationProperty = ToolConfigurationProperty | |||||
data MessageProperty Source #
Constructors
| MessageProperty | |
Fields
| |
Instances
| ToJSON MessageProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.MessageProperty Methods toJSON :: MessageProperty -> Value # toEncoding :: MessageProperty -> Encoding # toJSONList :: [MessageProperty] -> Value # toEncodingList :: [MessageProperty] -> Encoding # omitField :: MessageProperty -> Bool # | |||||
| Show MessageProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.MessageProperty Methods showsPrec :: Int -> MessageProperty -> ShowS # show :: MessageProperty -> String # showList :: [MessageProperty] -> ShowS # | |||||
| Eq MessageProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.MessageProperty Methods (==) :: MessageProperty -> MessageProperty -> Bool # (/=) :: MessageProperty -> MessageProperty -> Bool # | |||||
| ToResourceProperties MessageProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.MessageProperty Methods toResourceProperties :: MessageProperty -> ResourceProperties # | |||||
| Property "Content" MessageProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.MessageProperty Associated Types
Methods set :: PropertyType "Content" MessageProperty -> MessageProperty -> MessageProperty # | |||||
| Property "Role" MessageProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.MessageProperty Associated Types
Methods set :: PropertyType "Role" MessageProperty -> MessageProperty -> MessageProperty # | |||||
| type PropertyType "Content" MessageProperty Source # | |||||
| type PropertyType "Role" MessageProperty Source # | |||||
data ToolConfigurationProperty Source #
Constructors
| ToolConfigurationProperty | |
Fields
| |
Instances
| ToJSON ToolConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolConfigurationProperty Methods toJSON :: ToolConfigurationProperty -> Value # toEncoding :: ToolConfigurationProperty -> Encoding # toJSONList :: [ToolConfigurationProperty] -> Value # | |||||
| Show ToolConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolConfigurationProperty Methods showsPrec :: Int -> ToolConfigurationProperty -> ShowS # show :: ToolConfigurationProperty -> String # showList :: [ToolConfigurationProperty] -> ShowS # | |||||
| Eq ToolConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolConfigurationProperty Methods (==) :: ToolConfigurationProperty -> ToolConfigurationProperty -> Bool # (/=) :: ToolConfigurationProperty -> ToolConfigurationProperty -> Bool # | |||||
| ToResourceProperties ToolConfigurationProperty Source # | |||||
| Property "ToolChoice" ToolConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolConfigurationProperty Associated Types
Methods set :: PropertyType "ToolChoice" ToolConfigurationProperty -> ToolConfigurationProperty -> ToolConfigurationProperty # | |||||
| Property "Tools" ToolConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolConfigurationProperty Associated Types
Methods set :: PropertyType "Tools" ToolConfigurationProperty -> ToolConfigurationProperty -> ToolConfigurationProperty # | |||||
| type PropertyType "ToolChoice" ToolConfigurationProperty Source # | |||||
| type PropertyType "Tools" ToolConfigurationProperty Source # | |||||
data SpecificToolChoiceProperty Source #
Constructors
| SpecificToolChoiceProperty | |
Fields
| |
Instances
| ToJSON SpecificToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.SpecificToolChoiceProperty Methods toJSON :: SpecificToolChoiceProperty -> Value # toEncoding :: SpecificToolChoiceProperty -> Encoding # toJSONList :: [SpecificToolChoiceProperty] -> Value # toEncodingList :: [SpecificToolChoiceProperty] -> Encoding # | |||||
| Show SpecificToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.SpecificToolChoiceProperty Methods showsPrec :: Int -> SpecificToolChoiceProperty -> ShowS # show :: SpecificToolChoiceProperty -> String # showList :: [SpecificToolChoiceProperty] -> ShowS # | |||||
| Eq SpecificToolChoiceProperty Source # | |||||
| ToResourceProperties SpecificToolChoiceProperty Source # | |||||
| Property "Name" SpecificToolChoiceProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.SpecificToolChoiceProperty Associated Types
Methods set :: PropertyType "Name" SpecificToolChoiceProperty -> SpecificToolChoiceProperty -> SpecificToolChoiceProperty # | |||||
| type PropertyType "Name" SpecificToolChoiceProperty Source # | |||||
data ToolProperty Source #
Constructors
| ToolProperty | |
Fields | |
Instances
| ToJSON ToolProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolProperty Methods toJSON :: ToolProperty -> Value # toEncoding :: ToolProperty -> Encoding # toJSONList :: [ToolProperty] -> Value # toEncodingList :: [ToolProperty] -> Encoding # omitField :: ToolProperty -> Bool # | |||||
| Show ToolProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolProperty Methods showsPrec :: Int -> ToolProperty -> ShowS # show :: ToolProperty -> String # showList :: [ToolProperty] -> ShowS # | |||||
| Eq ToolProperty Source # | |||||
| ToResourceProperties ToolProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolProperty Methods toResourceProperties :: ToolProperty -> ResourceProperties # | |||||
| Property "CachePoint" ToolProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolProperty Associated Types
Methods set :: PropertyType "CachePoint" ToolProperty -> ToolProperty -> ToolProperty # | |||||
| Property "ToolSpec" ToolProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolProperty Associated Types
Methods set :: PropertyType "ToolSpec" ToolProperty -> ToolProperty -> ToolProperty # | |||||
| type PropertyType "CachePoint" ToolProperty Source # | |||||
| type PropertyType "ToolSpec" ToolProperty Source # | |||||
data ToolInputSchemaProperty Source #
Constructors
| ToolInputSchemaProperty | |
Fields
| |
Instances
| ToJSON ToolInputSchemaProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolInputSchemaProperty Methods toJSON :: ToolInputSchemaProperty -> Value # toEncoding :: ToolInputSchemaProperty -> Encoding # toJSONList :: [ToolInputSchemaProperty] -> Value # | |||||
| Show ToolInputSchemaProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolInputSchemaProperty Methods showsPrec :: Int -> ToolInputSchemaProperty -> ShowS # show :: ToolInputSchemaProperty -> String # showList :: [ToolInputSchemaProperty] -> ShowS # | |||||
| Eq ToolInputSchemaProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolInputSchemaProperty Methods (==) :: ToolInputSchemaProperty -> ToolInputSchemaProperty -> Bool # (/=) :: ToolInputSchemaProperty -> ToolInputSchemaProperty -> Bool # | |||||
| ToResourceProperties ToolInputSchemaProperty Source # | |||||
| Property "Json" ToolInputSchemaProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolInputSchemaProperty Associated Types
Methods set :: PropertyType "Json" ToolInputSchemaProperty -> ToolInputSchemaProperty -> ToolInputSchemaProperty # | |||||
| type PropertyType "Json" ToolInputSchemaProperty Source # | |||||
data ToolSpecificationProperty Source #
Constructors
| ToolSpecificationProperty | |
Fields
| |
Instances
| ToJSON ToolSpecificationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolSpecificationProperty Methods toJSON :: ToolSpecificationProperty -> Value # toEncoding :: ToolSpecificationProperty -> Encoding # toJSONList :: [ToolSpecificationProperty] -> Value # | |||||
| Show ToolSpecificationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolSpecificationProperty Methods showsPrec :: Int -> ToolSpecificationProperty -> ShowS # show :: ToolSpecificationProperty -> String # showList :: [ToolSpecificationProperty] -> ShowS # | |||||
| Eq ToolSpecificationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolSpecificationProperty Methods (==) :: ToolSpecificationProperty -> ToolSpecificationProperty -> Bool # (/=) :: ToolSpecificationProperty -> ToolSpecificationProperty -> Bool # | |||||
| ToResourceProperties ToolSpecificationProperty Source # | |||||
| Property "Description" ToolSpecificationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolSpecificationProperty Associated Types
Methods set :: PropertyType "Description" ToolSpecificationProperty -> ToolSpecificationProperty -> ToolSpecificationProperty # | |||||
| Property "InputSchema" ToolSpecificationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolSpecificationProperty Associated Types
Methods set :: PropertyType "InputSchema" ToolSpecificationProperty -> ToolSpecificationProperty -> ToolSpecificationProperty # | |||||
| Property "Name" ToolSpecificationProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.ToolSpecificationProperty Associated Types
Methods set :: PropertyType "Name" ToolSpecificationProperty -> ToolSpecificationProperty -> ToolSpecificationProperty # | |||||
| type PropertyType "Description" ToolSpecificationProperty Source # | |||||
| type PropertyType "InputSchema" ToolSpecificationProperty Source # | |||||
| type PropertyType "Name" ToolSpecificationProperty Source # | |||||
mkTextPromptTemplateConfigurationProperty :: Value Text -> TextPromptTemplateConfigurationProperty Source #
mkChatPromptTemplateConfigurationProperty :: [MessageProperty] -> ChatPromptTemplateConfigurationProperty Source #
mkMessageProperty :: [ContentBlockProperty] -> Value Text -> MessageProperty Source #
mkToolSpecificationProperty :: ToolInputSchemaProperty -> Value Text -> ToolSpecificationProperty Source #
data PromptVariantProperty Source #
Constructors
| PromptVariantProperty | |
Fields
| |
Instances
| ToJSON PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Methods toJSON :: PromptVariantProperty -> Value # toEncoding :: PromptVariantProperty -> Encoding # toJSONList :: [PromptVariantProperty] -> Value # toEncodingList :: [PromptVariantProperty] -> Encoding # omitField :: PromptVariantProperty -> Bool # | |||||
| Show PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Methods showsPrec :: Int -> PromptVariantProperty -> ShowS # show :: PromptVariantProperty -> String # showList :: [PromptVariantProperty] -> ShowS # | |||||
| Eq PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Methods (==) :: PromptVariantProperty -> PromptVariantProperty -> Bool # (/=) :: PromptVariantProperty -> PromptVariantProperty -> Bool # | |||||
| ToResourceProperties PromptVariantProperty Source # | |||||
| Property "AdditionalModelRequestFields" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Associated Types
Methods set :: PropertyType "AdditionalModelRequestFields" PromptVariantProperty -> PromptVariantProperty -> PromptVariantProperty # | |||||
| Property "GenAiResource" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Associated Types
Methods set :: PropertyType "GenAiResource" PromptVariantProperty -> PromptVariantProperty -> PromptVariantProperty # | |||||
| Property "InferenceConfiguration" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Associated Types
Methods set :: PropertyType "InferenceConfiguration" PromptVariantProperty -> PromptVariantProperty -> PromptVariantProperty # | |||||
| Property "Metadata" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Associated Types
Methods set :: PropertyType "Metadata" PromptVariantProperty -> PromptVariantProperty -> PromptVariantProperty # | |||||
| Property "ModelId" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Associated Types
Methods set :: PropertyType "ModelId" PromptVariantProperty -> PromptVariantProperty -> PromptVariantProperty # | |||||
| Property "Name" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Associated Types
Methods set :: PropertyType "Name" PromptVariantProperty -> PromptVariantProperty -> PromptVariantProperty # | |||||
| Property "TemplateConfiguration" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Associated Types
Methods set :: PropertyType "TemplateConfiguration" PromptVariantProperty -> PromptVariantProperty -> PromptVariantProperty # | |||||
| Property "TemplateType" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty Associated Types
Methods set :: PropertyType "TemplateType" PromptVariantProperty -> PromptVariantProperty -> PromptVariantProperty # | |||||
| type PropertyType "AdditionalModelRequestFields" PromptVariantProperty Source # | |||||
| type PropertyType "GenAiResource" PromptVariantProperty Source # | |||||
| type PropertyType "InferenceConfiguration" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty type PropertyType "InferenceConfiguration" PromptVariantProperty = PromptInferenceConfigurationProperty | |||||
| type PropertyType "Metadata" PromptVariantProperty Source # | |||||
| type PropertyType "ModelId" PromptVariantProperty Source # | |||||
| type PropertyType "Name" PromptVariantProperty Source # | |||||
| type PropertyType "TemplateConfiguration" PromptVariantProperty Source # | |||||
Defined in Stratosphere.Bedrock.PromptVersion.PromptVariantProperty type PropertyType "TemplateConfiguration" PromptVariantProperty = PromptTemplateConfigurationProperty | |||||
| type PropertyType "TemplateType" PromptVariantProperty Source # | |||||