| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Bedrock.Flow.PromptFlowNodeSourceConfigurationProperty
Documentation
data PromptInferenceConfigurationProperty Source #
Constructors
| PromptInferenceConfigurationProperty | |
Fields | |
Instances
data PromptTemplateConfigurationProperty Source #
Constructors
| PromptTemplateConfigurationProperty | |
Fields | |
Instances
| ToJSON PromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptTemplateConfigurationProperty | |||||
| Show PromptTemplateConfigurationProperty Source # | |||||
| Eq PromptTemplateConfigurationProperty Source # | |||||
| ToResourceProperties PromptTemplateConfigurationProperty Source # | |||||
| Property "Text" PromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptTemplateConfigurationProperty Associated Types
| |||||
| type PropertyType "Text" PromptTemplateConfigurationProperty Source # | |||||
data TextPromptTemplateConfigurationProperty Source #
Constructors
| TextPromptTemplateConfigurationProperty | |
Fields
| |
Instances
| ToJSON TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.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.Flow.TextPromptTemplateConfigurationProperty Associated Types
Methods set :: PropertyType "InputVariables" TextPromptTemplateConfigurationProperty -> TextPromptTemplateConfigurationProperty -> TextPromptTemplateConfigurationProperty # | |||||
| Property "Text" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.TextPromptTemplateConfigurationProperty Associated Types
| |||||
| type PropertyType "InputVariables" TextPromptTemplateConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.TextPromptTemplateConfigurationProperty type PropertyType "InputVariables" TextPromptTemplateConfigurationProperty = [PromptInputVariableProperty] | |||||
| type PropertyType "Text" TextPromptTemplateConfigurationProperty Source # | |||||
data PromptFlowNodeInlineConfigurationProperty Source #
Constructors
| PromptFlowNodeInlineConfigurationProperty | |
Instances
| ToJSON PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.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.Flow.PromptFlowNodeInlineConfigurationProperty Associated Types
Methods set :: PropertyType "InferenceConfiguration" PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty # | |||||
| Property "ModelId" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeInlineConfigurationProperty Associated Types
| |||||
| Property "TemplateConfiguration" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeInlineConfigurationProperty Associated Types
Methods set :: PropertyType "TemplateConfiguration" PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty # | |||||
| Property "TemplateType" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeInlineConfigurationProperty Associated Types
Methods set :: PropertyType "TemplateType" PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty -> PromptFlowNodeInlineConfigurationProperty # | |||||
| type PropertyType "InferenceConfiguration" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeInlineConfigurationProperty type PropertyType "InferenceConfiguration" PromptFlowNodeInlineConfigurationProperty = PromptInferenceConfigurationProperty | |||||
| type PropertyType "ModelId" PromptFlowNodeInlineConfigurationProperty Source # | |||||
| type PropertyType "TemplateConfiguration" PromptFlowNodeInlineConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeInlineConfigurationProperty type PropertyType "TemplateConfiguration" PromptFlowNodeInlineConfigurationProperty = PromptTemplateConfigurationProperty | |||||
| type PropertyType "TemplateType" PromptFlowNodeInlineConfigurationProperty Source # | |||||
data PromptModelInferenceConfigurationProperty Source #
Constructors
| PromptModelInferenceConfigurationProperty | |
Instances
| ToJSON PromptModelInferenceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptModelInferenceConfigurationProperty Methods toJSON :: PromptModelInferenceConfigurationProperty -> Value # toEncoding :: PromptModelInferenceConfigurationProperty -> Encoding # toJSONList :: [PromptModelInferenceConfigurationProperty] -> Value # toEncodingList :: [PromptModelInferenceConfigurationProperty] -> Encoding # omitField :: PromptModelInferenceConfigurationProperty -> Bool # | |||||
| Show PromptModelInferenceConfigurationProperty Source # | |||||
| Eq PromptModelInferenceConfigurationProperty Source # | |||||
| ToResourceProperties PromptModelInferenceConfigurationProperty Source # | |||||
| Property "MaxTokens" PromptModelInferenceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptModelInferenceConfigurationProperty Associated Types
| |||||
| Property "StopSequences" PromptModelInferenceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptModelInferenceConfigurationProperty Associated Types
Methods set :: PropertyType "StopSequences" PromptModelInferenceConfigurationProperty -> PromptModelInferenceConfigurationProperty -> PromptModelInferenceConfigurationProperty # | |||||
| Property "Temperature" PromptModelInferenceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptModelInferenceConfigurationProperty Associated Types
Methods set :: PropertyType "Temperature" PromptModelInferenceConfigurationProperty -> PromptModelInferenceConfigurationProperty -> PromptModelInferenceConfigurationProperty # | |||||
| Property "TopP" PromptModelInferenceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptModelInferenceConfigurationProperty Associated Types
| |||||
| type PropertyType "MaxTokens" PromptModelInferenceConfigurationProperty Source # | |||||
| type PropertyType "StopSequences" PromptModelInferenceConfigurationProperty Source # | |||||
| type PropertyType "Temperature" PromptModelInferenceConfigurationProperty Source # | |||||
| type PropertyType "TopP" PromptModelInferenceConfigurationProperty Source # | |||||
data PromptInputVariableProperty Source #
Constructors
| PromptInputVariableProperty | |
Fields
| |
Instances
| ToJSON PromptInputVariableProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptInputVariableProperty Methods toJSON :: PromptInputVariableProperty -> Value # toEncoding :: PromptInputVariableProperty -> Encoding # toJSONList :: [PromptInputVariableProperty] -> Value # toEncodingList :: [PromptInputVariableProperty] -> Encoding # | |||||
| Show PromptInputVariableProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptInputVariableProperty Methods showsPrec :: Int -> PromptInputVariableProperty -> ShowS # show :: PromptInputVariableProperty -> String # showList :: [PromptInputVariableProperty] -> ShowS # | |||||
| Eq PromptInputVariableProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptInputVariableProperty Methods (==) :: PromptInputVariableProperty -> PromptInputVariableProperty -> Bool # (/=) :: PromptInputVariableProperty -> PromptInputVariableProperty -> Bool # | |||||
| ToResourceProperties PromptInputVariableProperty Source # | |||||
| Property "Name" PromptInputVariableProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptInputVariableProperty Associated Types
Methods set :: PropertyType "Name" PromptInputVariableProperty -> PromptInputVariableProperty -> PromptInputVariableProperty # | |||||
| type PropertyType "Name" PromptInputVariableProperty Source # | |||||
mkPromptFlowNodeInlineConfigurationProperty :: Value Text -> PromptTemplateConfigurationProperty -> Value Text -> PromptFlowNodeInlineConfigurationProperty Source #
mkPromptInferenceConfigurationProperty :: PromptModelInferenceConfigurationProperty -> PromptInferenceConfigurationProperty Source #
mkPromptTemplateConfigurationProperty :: TextPromptTemplateConfigurationProperty -> PromptTemplateConfigurationProperty Source #
mkTextPromptTemplateConfigurationProperty :: Value Text -> TextPromptTemplateConfigurationProperty Source #
data PromptFlowNodeSourceConfigurationProperty Source #
Constructors
| PromptFlowNodeSourceConfigurationProperty | |
Fields | |
Instances
| ToJSON PromptFlowNodeSourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeSourceConfigurationProperty Methods toJSON :: PromptFlowNodeSourceConfigurationProperty -> Value # toEncoding :: PromptFlowNodeSourceConfigurationProperty -> Encoding # toJSONList :: [PromptFlowNodeSourceConfigurationProperty] -> Value # toEncodingList :: [PromptFlowNodeSourceConfigurationProperty] -> Encoding # omitField :: PromptFlowNodeSourceConfigurationProperty -> Bool # | |||||
| Show PromptFlowNodeSourceConfigurationProperty Source # | |||||
| Eq PromptFlowNodeSourceConfigurationProperty Source # | |||||
| ToResourceProperties PromptFlowNodeSourceConfigurationProperty Source # | |||||
| Property "Inline" PromptFlowNodeSourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeSourceConfigurationProperty Associated Types
| |||||
| Property "Resource" PromptFlowNodeSourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeSourceConfigurationProperty Associated Types
| |||||
| type PropertyType "Inline" PromptFlowNodeSourceConfigurationProperty Source # | |||||
| type PropertyType "Resource" PromptFlowNodeSourceConfigurationProperty Source # | |||||