| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Bedrock.FlowVersion.PromptFlowNodeInlineConfigurationProperty
Documentation
data PromptTemplateConfigurationProperty Source #
Constructors
| PromptTemplateConfigurationProperty | |
Fields | |
Instances
data TextPromptTemplateConfigurationProperty Source #
Constructors
| TextPromptTemplateConfigurationProperty | |
Fields
| |
Instances
| ToJSON TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.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 "InputVariables" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.TextPromptTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "InputVariables" TextPromptTemplateConfigurationProperty -> TextPromptTemplateConfigurationProperty -> TextPromptTemplateConfigurationProperty # | |||||
| Property "Text" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.TextPromptTemplateConfigurationProperty Associated Types
| |||||
| type PropertyType "InputVariables" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.TextPromptTemplateConfigurationProperty type PropertyType "InputVariables" TextPromptTemplateConfigurationProperty = [PromptInputVariableProperty] | |||||
| type PropertyType "Text" TextPromptTemplateConfigurationProperty Source # | |||||
data PromptInputVariableProperty Source #
Constructors
| PromptInputVariableProperty | |
Instances
| ToJSON PromptInputVariableProperty Source # | |||||
| Show PromptInputVariableProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.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.FlowVersion.PromptInputVariableProperty Associated Types
Methods set :: PropertyType "Name" PromptInputVariableProperty -> PromptInputVariableProperty -> PromptInputVariableProperty # | |||||
| type PropertyType "Name" PromptInputVariableProperty Source # | |||||
mkPromptTemplateConfigurationProperty :: TextPromptTemplateConfigurationProperty -> PromptTemplateConfigurationProperty Source #
mkTextPromptTemplateConfigurationProperty :: Value Text -> TextPromptTemplateConfigurationProperty Source #
data PromptFlowNodeInlineConfigurationProperty Source #
Constructors
| PromptFlowNodeInlineConfigurationProperty | |
Fields | |
Instances
| ToJSON PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.PromptFlowNodeInlineConfigurationProperty Methods toJSON :: PromptFlowNodeInlineConfigurationProperty -> Value # toEncoding :: PromptFlowNodeInlineConfigurationProperty -> Encoding # toJSONList :: [PromptFlowNodeInlineConfigurationProperty] -> Value # toEncodingList :: [PromptFlowNodeInlineConfigurationProperty] -> Encoding # omitField :: PromptFlowNodeInlineConfigurationProperty -> Bool # | |||||
| Show PromptFlowNodeInlineConfigurationProperty Source # | |||||
| Eq PromptFlowNodeInlineConfigurationProperty Source # | |||||
| ToResourceProperties PromptFlowNodeInlineConfigurationProperty Source # | |||||
| Property "InferenceConfiguration" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.PromptFlowNodeInlineConfigurationProperty Associated Types
Methods set :: PropertyType "InferenceConfiguration" PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty # | |||||
| Property "ModelId" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.PromptFlowNodeInlineConfigurationProperty Associated Types
| |||||
| Property "TemplateConfiguration" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.PromptFlowNodeInlineConfigurationProperty Associated Types
Methods set :: PropertyType "TemplateConfiguration" PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty # | |||||
| Property "TemplateType" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.PromptFlowNodeInlineConfigurationProperty Associated Types
Methods set :: PropertyType "TemplateType" PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty # | |||||
| type PropertyType "InferenceConfiguration" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.PromptFlowNodeInlineConfigurationProperty type PropertyType "InferenceConfiguration" PromptFlowNodeInlineConfigurationProperty = PromptInferenceConfigurationProperty | |||||
| type PropertyType "ModelId" PromptFlowNodeInlineConfigurationProperty Source # | |||||
| type PropertyType "TemplateConfiguration" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.FlowVersion.PromptFlowNodeInlineConfigurationProperty type PropertyType "TemplateConfiguration" PromptFlowNodeInlineConfigurationProperty = PromptTemplateConfigurationProperty | |||||
| type PropertyType "TemplateType" PromptFlowNodeInlineConfigurationProperty Source # | |||||