| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Bedrock.Flow.FlowNodeProperty
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 FlowNodeConfigurationProperty Source #
Constructors
| FlowNodeConfigurationProperty | |
Fields
| |
Instances
| ToJSON FlowNodeConfigurationProperty Source # | |||||
| Show FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Methods showsPrec :: Int -> FlowNodeConfigurationProperty -> ShowS # show :: FlowNodeConfigurationProperty -> String # showList :: [FlowNodeConfigurationProperty] -> ShowS # | |||||
| Eq FlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties FlowNodeConfigurationProperty Source # | |||||
| Property "Agent" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Agent" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Collector" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Collector" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Condition" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Condition" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "InlineCode" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "InlineCode" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Input" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Input" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Iterator" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Iterator" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "KnowledgeBase" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "KnowledgeBase" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "LambdaFunction" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "LambdaFunction" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Lex" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Lex" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Loop" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Loop" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "LoopController" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "LoopController" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "LoopInput" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "LoopInput" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Output" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Output" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Prompt" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Prompt" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Retrieval" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Retrieval" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| Property "Storage" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Storage" FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty -> FlowNodeConfigurationProperty # | |||||
| type PropertyType "Agent" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Collector" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Condition" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "InlineCode" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty type PropertyType "InlineCode" FlowNodeConfigurationProperty = InlineCodeFlowNodeConfigurationProperty | |||||
| type PropertyType "Input" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Iterator" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "KnowledgeBase" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty type PropertyType "KnowledgeBase" FlowNodeConfigurationProperty = KnowledgeBaseFlowNodeConfigurationProperty | |||||
| type PropertyType "LambdaFunction" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty type PropertyType "LambdaFunction" FlowNodeConfigurationProperty = LambdaFunctionFlowNodeConfigurationProperty | |||||
| type PropertyType "Lex" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Loop" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "LoopController" FlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeConfigurationProperty type PropertyType "LoopController" FlowNodeConfigurationProperty = LoopControllerFlowNodeConfigurationProperty | |||||
| type PropertyType "LoopInput" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Output" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Prompt" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Retrieval" FlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Storage" FlowNodeConfigurationProperty Source # | |||||
data PromptFlowNodeSourceConfigurationProperty Source #
Constructors
| PromptFlowNodeSourceConfigurationProperty | |
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 # | |||||
data FlowConnectionConfigurationProperty Source #
Constructors
| FlowConnectionConfigurationProperty | |
Fields | |
Instances
| ToJSON FlowConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionConfigurationProperty | |||||
| Show FlowConnectionConfigurationProperty Source # | |||||
| Eq FlowConnectionConfigurationProperty Source # | |||||
| ToResourceProperties FlowConnectionConfigurationProperty Source # | |||||
| Property "Conditional" FlowConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionConfigurationProperty Associated Types
Methods set :: PropertyType "Conditional" FlowConnectionConfigurationProperty -> FlowConnectionConfigurationProperty -> FlowConnectionConfigurationProperty # | |||||
| Property "Data" FlowConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionConfigurationProperty Associated Types
| |||||
| type PropertyType "Conditional" FlowConnectionConfigurationProperty Source # | |||||
| type PropertyType "Data" FlowConnectionConfigurationProperty Source # | |||||
data GuardrailConfigurationProperty Source #
Constructors
| GuardrailConfigurationProperty | |
Fields
| |
Instances
| ToJSON GuardrailConfigurationProperty Source # | |||||
| Show GuardrailConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.GuardrailConfigurationProperty Methods showsPrec :: Int -> GuardrailConfigurationProperty -> ShowS # show :: GuardrailConfigurationProperty -> String # showList :: [GuardrailConfigurationProperty] -> ShowS # | |||||
| Eq GuardrailConfigurationProperty Source # | |||||
| ToResourceProperties GuardrailConfigurationProperty Source # | |||||
| Property "GuardrailIdentifier" GuardrailConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.GuardrailConfigurationProperty Associated Types
Methods set :: PropertyType "GuardrailIdentifier" GuardrailConfigurationProperty -> GuardrailConfigurationProperty -> GuardrailConfigurationProperty # | |||||
| Property "GuardrailVersion" GuardrailConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.GuardrailConfigurationProperty Associated Types
Methods set :: PropertyType "GuardrailVersion" GuardrailConfigurationProperty -> GuardrailConfigurationProperty -> GuardrailConfigurationProperty # | |||||
| type PropertyType "GuardrailIdentifier" GuardrailConfigurationProperty Source # | |||||
| type PropertyType "GuardrailVersion" GuardrailConfigurationProperty Source # | |||||
data FlowDefinitionProperty Source #
Constructors
| FlowDefinitionProperty | |
Fields
| |
Instances
| ToJSON FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Methods toJSON :: FlowDefinitionProperty -> Value # toEncoding :: FlowDefinitionProperty -> Encoding # toJSONList :: [FlowDefinitionProperty] -> Value # toEncodingList :: [FlowDefinitionProperty] -> Encoding # omitField :: FlowDefinitionProperty -> Bool # | |||||
| Show FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Methods showsPrec :: Int -> FlowDefinitionProperty -> ShowS # show :: FlowDefinitionProperty -> String # showList :: [FlowDefinitionProperty] -> ShowS # | |||||
| Eq FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Methods (==) :: FlowDefinitionProperty -> FlowDefinitionProperty -> Bool # (/=) :: FlowDefinitionProperty -> FlowDefinitionProperty -> Bool # | |||||
| ToResourceProperties FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Methods toResourceProperties :: FlowDefinitionProperty -> ResourceProperties # | |||||
| Property "Connections" FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Associated Types
Methods set :: PropertyType "Connections" FlowDefinitionProperty -> FlowDefinitionProperty -> FlowDefinitionProperty # | |||||
| Property "Nodes" FlowDefinitionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDefinitionProperty Associated Types
Methods set :: PropertyType "Nodes" FlowDefinitionProperty -> FlowDefinitionProperty -> FlowDefinitionProperty # | |||||
| type PropertyType "Connections" FlowDefinitionProperty Source # | |||||
| type PropertyType "Nodes" FlowDefinitionProperty Source # | |||||
data AgentFlowNodeConfigurationProperty Source #
Constructors
| AgentFlowNodeConfigurationProperty | |
Instances
| ToJSON AgentFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.AgentFlowNodeConfigurationProperty | |||||
| Show AgentFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.AgentFlowNodeConfigurationProperty Methods showsPrec :: Int -> AgentFlowNodeConfigurationProperty -> ShowS # | |||||
| Eq AgentFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties AgentFlowNodeConfigurationProperty Source # | |||||
| Property "AgentAliasArn" AgentFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.AgentFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "AgentAliasArn" AgentFlowNodeConfigurationProperty -> AgentFlowNodeConfigurationProperty -> AgentFlowNodeConfigurationProperty # | |||||
| type PropertyType "AgentAliasArn" AgentFlowNodeConfigurationProperty Source # | |||||
data ConditionFlowNodeConfigurationProperty Source #
Constructors
| ConditionFlowNodeConfigurationProperty | |
Instances
| ToJSON ConditionFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.ConditionFlowNodeConfigurationProperty Methods toJSON :: ConditionFlowNodeConfigurationProperty -> Value # toEncoding :: ConditionFlowNodeConfigurationProperty -> Encoding # toJSONList :: [ConditionFlowNodeConfigurationProperty] -> Value # toEncodingList :: [ConditionFlowNodeConfigurationProperty] -> Encoding # omitField :: ConditionFlowNodeConfigurationProperty -> Bool # | |||||
| Show ConditionFlowNodeConfigurationProperty Source # | |||||
| Eq ConditionFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties ConditionFlowNodeConfigurationProperty Source # | |||||
| Property "Conditions" ConditionFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.ConditionFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Conditions" ConditionFlowNodeConfigurationProperty -> ConditionFlowNodeConfigurationProperty -> ConditionFlowNodeConfigurationProperty # | |||||
| type PropertyType "Conditions" ConditionFlowNodeConfigurationProperty Source # | |||||
data FlowConditionProperty Source #
Constructors
| FlowConditionProperty | |
Fields
| |
Instances
| ToJSON FlowConditionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionProperty Methods toJSON :: FlowConditionProperty -> Value # toEncoding :: FlowConditionProperty -> Encoding # toJSONList :: [FlowConditionProperty] -> Value # toEncodingList :: [FlowConditionProperty] -> Encoding # omitField :: FlowConditionProperty -> Bool # | |||||
| Show FlowConditionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionProperty Methods showsPrec :: Int -> FlowConditionProperty -> ShowS # show :: FlowConditionProperty -> String # showList :: [FlowConditionProperty] -> ShowS # | |||||
| Eq FlowConditionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionProperty Methods (==) :: FlowConditionProperty -> FlowConditionProperty -> Bool # (/=) :: FlowConditionProperty -> FlowConditionProperty -> Bool # | |||||
| ToResourceProperties FlowConditionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionProperty Methods toResourceProperties :: FlowConditionProperty -> ResourceProperties # | |||||
| Property "Expression" FlowConditionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionProperty Associated Types
Methods set :: PropertyType "Expression" FlowConditionProperty -> FlowConditionProperty -> FlowConditionProperty # | |||||
| Property "Name" FlowConditionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionProperty Associated Types
Methods set :: PropertyType "Name" FlowConditionProperty -> FlowConditionProperty -> FlowConditionProperty # | |||||
| type PropertyType "Expression" FlowConditionProperty Source # | |||||
| type PropertyType "Name" FlowConditionProperty Source # | |||||
data FieldForRerankingProperty Source #
Constructors
| FieldForRerankingProperty | |
Instances
| ToJSON FieldForRerankingProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FieldForRerankingProperty Methods toJSON :: FieldForRerankingProperty -> Value # toEncoding :: FieldForRerankingProperty -> Encoding # toJSONList :: [FieldForRerankingProperty] -> Value # | |||||
| Show FieldForRerankingProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FieldForRerankingProperty Methods showsPrec :: Int -> FieldForRerankingProperty -> ShowS # show :: FieldForRerankingProperty -> String # showList :: [FieldForRerankingProperty] -> ShowS # | |||||
| Eq FieldForRerankingProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FieldForRerankingProperty Methods (==) :: FieldForRerankingProperty -> FieldForRerankingProperty -> Bool # (/=) :: FieldForRerankingProperty -> FieldForRerankingProperty -> Bool # | |||||
| ToResourceProperties FieldForRerankingProperty Source # | |||||
| Property "FieldName" FieldForRerankingProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FieldForRerankingProperty Associated Types
Methods set :: PropertyType "FieldName" FieldForRerankingProperty -> FieldForRerankingProperty -> FieldForRerankingProperty # | |||||
| type PropertyType "FieldName" FieldForRerankingProperty Source # | |||||
data FlowConditionalConnectionConfigurationProperty Source #
Constructors
| FlowConditionalConnectionConfigurationProperty | |
Instances
| ToJSON FlowConditionalConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionalConnectionConfigurationProperty Methods toJSON :: FlowConditionalConnectionConfigurationProperty -> Value # toEncoding :: FlowConditionalConnectionConfigurationProperty -> Encoding # toJSONList :: [FlowConditionalConnectionConfigurationProperty] -> Value # toEncodingList :: [FlowConditionalConnectionConfigurationProperty] -> Encoding # omitField :: FlowConditionalConnectionConfigurationProperty -> Bool # | |||||
| Show FlowConditionalConnectionConfigurationProperty Source # | |||||
| Eq FlowConditionalConnectionConfigurationProperty Source # | |||||
| ToResourceProperties FlowConditionalConnectionConfigurationProperty Source # | |||||
| Property "Condition" FlowConditionalConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConditionalConnectionConfigurationProperty Associated Types
| |||||
| type PropertyType "Condition" FlowConditionalConnectionConfigurationProperty Source # | |||||
data FlowDataConnectionConfigurationProperty Source #
Constructors
| FlowDataConnectionConfigurationProperty | |
Fields
| |
Instances
| ToJSON FlowDataConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDataConnectionConfigurationProperty Methods toJSON :: FlowDataConnectionConfigurationProperty -> Value # toEncoding :: FlowDataConnectionConfigurationProperty -> Encoding # toJSONList :: [FlowDataConnectionConfigurationProperty] -> Value # toEncodingList :: [FlowDataConnectionConfigurationProperty] -> Encoding # omitField :: FlowDataConnectionConfigurationProperty -> Bool # | |||||
| Show FlowDataConnectionConfigurationProperty Source # | |||||
| Eq FlowDataConnectionConfigurationProperty Source # | |||||
| ToResourceProperties FlowDataConnectionConfigurationProperty Source # | |||||
| Property "SourceOutput" FlowDataConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDataConnectionConfigurationProperty Associated Types
Methods set :: PropertyType "SourceOutput" FlowDataConnectionConfigurationProperty -> FlowDataConnectionConfigurationProperty -> FlowDataConnectionConfigurationProperty # | |||||
| Property "TargetInput" FlowDataConnectionConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowDataConnectionConfigurationProperty Associated Types
Methods set :: PropertyType "TargetInput" FlowDataConnectionConfigurationProperty -> FlowDataConnectionConfigurationProperty -> FlowDataConnectionConfigurationProperty # | |||||
| type PropertyType "SourceOutput" FlowDataConnectionConfigurationProperty Source # | |||||
| type PropertyType "TargetInput" FlowDataConnectionConfigurationProperty Source # | |||||
data FlowConnectionProperty Source #
Constructors
| FlowConnectionProperty | |
Fields | |
Instances
| ToJSON FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Methods toJSON :: FlowConnectionProperty -> Value # toEncoding :: FlowConnectionProperty -> Encoding # toJSONList :: [FlowConnectionProperty] -> Value # toEncodingList :: [FlowConnectionProperty] -> Encoding # omitField :: FlowConnectionProperty -> Bool # | |||||
| Show FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Methods showsPrec :: Int -> FlowConnectionProperty -> ShowS # show :: FlowConnectionProperty -> String # showList :: [FlowConnectionProperty] -> ShowS # | |||||
| Eq FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Methods (==) :: FlowConnectionProperty -> FlowConnectionProperty -> Bool # (/=) :: FlowConnectionProperty -> FlowConnectionProperty -> Bool # | |||||
| ToResourceProperties FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Methods toResourceProperties :: FlowConnectionProperty -> ResourceProperties # | |||||
| Property "Configuration" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Configuration" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| Property "Name" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Name" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| Property "Source" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Source" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| Property "Target" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Target" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| Property "Type" FlowConnectionProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowConnectionProperty Associated Types
Methods set :: PropertyType "Type" FlowConnectionProperty -> FlowConnectionProperty -> FlowConnectionProperty # | |||||
| type PropertyType "Configuration" FlowConnectionProperty Source # | |||||
| type PropertyType "Name" FlowConnectionProperty Source # | |||||
| type PropertyType "Source" FlowConnectionProperty Source # | |||||
| type PropertyType "Target" FlowConnectionProperty Source # | |||||
| type PropertyType "Type" FlowConnectionProperty Source # | |||||
data InlineCodeFlowNodeConfigurationProperty Source #
Constructors
| InlineCodeFlowNodeConfigurationProperty | |
Instances
| ToJSON InlineCodeFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.InlineCodeFlowNodeConfigurationProperty Methods toJSON :: InlineCodeFlowNodeConfigurationProperty -> Value # toEncoding :: InlineCodeFlowNodeConfigurationProperty -> Encoding # toJSONList :: [InlineCodeFlowNodeConfigurationProperty] -> Value # toEncodingList :: [InlineCodeFlowNodeConfigurationProperty] -> Encoding # omitField :: InlineCodeFlowNodeConfigurationProperty -> Bool # | |||||
| Show InlineCodeFlowNodeConfigurationProperty Source # | |||||
| Eq InlineCodeFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties InlineCodeFlowNodeConfigurationProperty Source # | |||||
| Property "Code" InlineCodeFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.InlineCodeFlowNodeConfigurationProperty Associated Types
| |||||
| Property "Language" InlineCodeFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.InlineCodeFlowNodeConfigurationProperty Associated Types
| |||||
| type PropertyType "Code" InlineCodeFlowNodeConfigurationProperty Source # | |||||
| type PropertyType "Language" InlineCodeFlowNodeConfigurationProperty Source # | |||||
data KnowledgeBaseFlowNodeConfigurationProperty Source #
Constructors
| KnowledgeBaseFlowNodeConfigurationProperty | |
Fields
| |
Instances
| ToJSON KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Methods toJSON :: KnowledgeBaseFlowNodeConfigurationProperty -> Value # toEncoding :: KnowledgeBaseFlowNodeConfigurationProperty -> Encoding # toJSONList :: [KnowledgeBaseFlowNodeConfigurationProperty] -> Value # toEncodingList :: [KnowledgeBaseFlowNodeConfigurationProperty] -> Encoding # omitField :: KnowledgeBaseFlowNodeConfigurationProperty -> Bool # | |||||
| Show KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
| Eq KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
| Property "GuardrailConfiguration" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "GuardrailConfiguration" KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty # | |||||
| Property "InferenceConfiguration" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "InferenceConfiguration" KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty # | |||||
| Property "KnowledgeBaseId" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "KnowledgeBaseId" KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty # | |||||
| Property "ModelId" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Associated Types
| |||||
| Property "NumberOfResults" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "NumberOfResults" KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty # | |||||
| Property "OrchestrationConfiguration" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "OrchestrationConfiguration" KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty # | |||||
| Property "PromptTemplate" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "PromptTemplate" KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty # | |||||
| Property "RerankingConfiguration" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "RerankingConfiguration" KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty -> KnowledgeBaseFlowNodeConfigurationProperty # | |||||
| type PropertyType "GuardrailConfiguration" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty type PropertyType "GuardrailConfiguration" KnowledgeBaseFlowNodeConfigurationProperty = GuardrailConfigurationProperty | |||||
| type PropertyType "InferenceConfiguration" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty type PropertyType "InferenceConfiguration" KnowledgeBaseFlowNodeConfigurationProperty = PromptInferenceConfigurationProperty | |||||
| type PropertyType "KnowledgeBaseId" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
| type PropertyType "ModelId" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
| type PropertyType "NumberOfResults" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
| type PropertyType "OrchestrationConfiguration" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty type PropertyType "OrchestrationConfiguration" KnowledgeBaseFlowNodeConfigurationProperty = KnowledgeBaseOrchestrationConfigurationProperty | |||||
| type PropertyType "PromptTemplate" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
| type PropertyType "RerankingConfiguration" KnowledgeBaseFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseFlowNodeConfigurationProperty type PropertyType "RerankingConfiguration" KnowledgeBaseFlowNodeConfigurationProperty = VectorSearchRerankingConfigurationProperty | |||||
data LambdaFunctionFlowNodeConfigurationProperty Source #
Constructors
| LambdaFunctionFlowNodeConfigurationProperty | |
Fields
| |
Instances
| ToJSON LambdaFunctionFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LambdaFunctionFlowNodeConfigurationProperty Methods toJSON :: LambdaFunctionFlowNodeConfigurationProperty -> Value # toEncoding :: LambdaFunctionFlowNodeConfigurationProperty -> Encoding # toJSONList :: [LambdaFunctionFlowNodeConfigurationProperty] -> Value # toEncodingList :: [LambdaFunctionFlowNodeConfigurationProperty] -> Encoding # omitField :: LambdaFunctionFlowNodeConfigurationProperty -> Bool # | |||||
| Show LambdaFunctionFlowNodeConfigurationProperty Source # | |||||
| Eq LambdaFunctionFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties LambdaFunctionFlowNodeConfigurationProperty Source # | |||||
| Property "LambdaArn" LambdaFunctionFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LambdaFunctionFlowNodeConfigurationProperty Associated Types
| |||||
| type PropertyType "LambdaArn" LambdaFunctionFlowNodeConfigurationProperty Source # | |||||
data LexFlowNodeConfigurationProperty Source #
Constructors
| LexFlowNodeConfigurationProperty | |
Fields
| |
Instances
| ToJSON LexFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LexFlowNodeConfigurationProperty | |||||
| Show LexFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LexFlowNodeConfigurationProperty Methods showsPrec :: Int -> LexFlowNodeConfigurationProperty -> ShowS # | |||||
| Eq LexFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties LexFlowNodeConfigurationProperty Source # | |||||
| Property "BotAliasArn" LexFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LexFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "BotAliasArn" LexFlowNodeConfigurationProperty -> LexFlowNodeConfigurationProperty -> LexFlowNodeConfigurationProperty # | |||||
| Property "LocaleId" LexFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LexFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "LocaleId" LexFlowNodeConfigurationProperty -> LexFlowNodeConfigurationProperty -> LexFlowNodeConfigurationProperty # | |||||
| type PropertyType "BotAliasArn" LexFlowNodeConfigurationProperty Source # | |||||
| type PropertyType "LocaleId" LexFlowNodeConfigurationProperty Source # | |||||
data LoopControllerFlowNodeConfigurationProperty Source #
Constructors
| LoopControllerFlowNodeConfigurationProperty | |
Fields | |
Instances
| ToJSON LoopControllerFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LoopControllerFlowNodeConfigurationProperty Methods toJSON :: LoopControllerFlowNodeConfigurationProperty -> Value # toEncoding :: LoopControllerFlowNodeConfigurationProperty -> Encoding # toJSONList :: [LoopControllerFlowNodeConfigurationProperty] -> Value # toEncodingList :: [LoopControllerFlowNodeConfigurationProperty] -> Encoding # omitField :: LoopControllerFlowNodeConfigurationProperty -> Bool # | |||||
| Show LoopControllerFlowNodeConfigurationProperty Source # | |||||
| Eq LoopControllerFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties LoopControllerFlowNodeConfigurationProperty Source # | |||||
| Property "ContinueCondition" LoopControllerFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LoopControllerFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "ContinueCondition" LoopControllerFlowNodeConfigurationProperty -> LoopControllerFlowNodeConfigurationProperty -> LoopControllerFlowNodeConfigurationProperty # | |||||
| Property "MaxIterations" LoopControllerFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LoopControllerFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "MaxIterations" LoopControllerFlowNodeConfigurationProperty -> LoopControllerFlowNodeConfigurationProperty -> LoopControllerFlowNodeConfigurationProperty # | |||||
| type PropertyType "ContinueCondition" LoopControllerFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LoopControllerFlowNodeConfigurationProperty type PropertyType "ContinueCondition" LoopControllerFlowNodeConfigurationProperty = FlowConditionProperty | |||||
| type PropertyType "MaxIterations" LoopControllerFlowNodeConfigurationProperty Source # | |||||
data LoopFlowNodeConfigurationProperty Source #
Constructors
| LoopFlowNodeConfigurationProperty | |
Fields | |
Instances
| ToJSON LoopFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LoopFlowNodeConfigurationProperty | |||||
| Show LoopFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LoopFlowNodeConfigurationProperty Methods showsPrec :: Int -> LoopFlowNodeConfigurationProperty -> ShowS # | |||||
| Eq LoopFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties LoopFlowNodeConfigurationProperty Source # | |||||
| Property "Definition" LoopFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.LoopFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "Definition" LoopFlowNodeConfigurationProperty -> LoopFlowNodeConfigurationProperty -> LoopFlowNodeConfigurationProperty # | |||||
| type PropertyType "Definition" LoopFlowNodeConfigurationProperty Source # | |||||
data PromptFlowNodeConfigurationProperty Source #
Constructors
| PromptFlowNodeConfigurationProperty | |
Instances
| ToJSON PromptFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeConfigurationProperty | |||||
| Show PromptFlowNodeConfigurationProperty Source # | |||||
| Eq PromptFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties PromptFlowNodeConfigurationProperty Source # | |||||
| Property "GuardrailConfiguration" PromptFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "GuardrailConfiguration" PromptFlowNodeConfigurationProperty -> PromptFlowNodeConfigurationProperty -> PromptFlowNodeConfigurationProperty # | |||||
| Property "SourceConfiguration" PromptFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "SourceConfiguration" PromptFlowNodeConfigurationProperty -> PromptFlowNodeConfigurationProperty -> PromptFlowNodeConfigurationProperty # | |||||
| type PropertyType "GuardrailConfiguration" PromptFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeConfigurationProperty type PropertyType "GuardrailConfiguration" PromptFlowNodeConfigurationProperty = GuardrailConfigurationProperty | |||||
| type PropertyType "SourceConfiguration" PromptFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeConfigurationProperty type PropertyType "SourceConfiguration" PromptFlowNodeConfigurationProperty = PromptFlowNodeSourceConfigurationProperty | |||||
data RetrievalFlowNodeConfigurationProperty Source #
Constructors
| RetrievalFlowNodeConfigurationProperty | |
Instances
| ToJSON RetrievalFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RetrievalFlowNodeConfigurationProperty Methods toJSON :: RetrievalFlowNodeConfigurationProperty -> Value # toEncoding :: RetrievalFlowNodeConfigurationProperty -> Encoding # toJSONList :: [RetrievalFlowNodeConfigurationProperty] -> Value # toEncodingList :: [RetrievalFlowNodeConfigurationProperty] -> Encoding # omitField :: RetrievalFlowNodeConfigurationProperty -> Bool # | |||||
| Show RetrievalFlowNodeConfigurationProperty Source # | |||||
| Eq RetrievalFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties RetrievalFlowNodeConfigurationProperty Source # | |||||
| Property "ServiceConfiguration" RetrievalFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RetrievalFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "ServiceConfiguration" RetrievalFlowNodeConfigurationProperty -> RetrievalFlowNodeConfigurationProperty -> RetrievalFlowNodeConfigurationProperty # | |||||
| type PropertyType "ServiceConfiguration" RetrievalFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RetrievalFlowNodeConfigurationProperty type PropertyType "ServiceConfiguration" RetrievalFlowNodeConfigurationProperty = RetrievalFlowNodeServiceConfigurationProperty | |||||
data StorageFlowNodeConfigurationProperty Source #
Constructors
| StorageFlowNodeConfigurationProperty | |
Instances
| ToJSON StorageFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.StorageFlowNodeConfigurationProperty | |||||
| Show StorageFlowNodeConfigurationProperty Source # | |||||
| Eq StorageFlowNodeConfigurationProperty Source # | |||||
| ToResourceProperties StorageFlowNodeConfigurationProperty Source # | |||||
| Property "ServiceConfiguration" StorageFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.StorageFlowNodeConfigurationProperty Associated Types
Methods set :: PropertyType "ServiceConfiguration" StorageFlowNodeConfigurationProperty -> StorageFlowNodeConfigurationProperty -> StorageFlowNodeConfigurationProperty # | |||||
| type PropertyType "ServiceConfiguration" StorageFlowNodeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.StorageFlowNodeConfigurationProperty type PropertyType "ServiceConfiguration" StorageFlowNodeConfigurationProperty = StorageFlowNodeServiceConfigurationProperty | |||||
data KnowledgeBaseOrchestrationConfigurationProperty Source #
Constructors
| KnowledgeBaseOrchestrationConfigurationProperty | |
Instances
| ToJSON KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseOrchestrationConfigurationProperty Methods toJSON :: KnowledgeBaseOrchestrationConfigurationProperty -> Value # toEncoding :: KnowledgeBaseOrchestrationConfigurationProperty -> Encoding # toJSONList :: [KnowledgeBaseOrchestrationConfigurationProperty] -> Value # toEncodingList :: [KnowledgeBaseOrchestrationConfigurationProperty] -> Encoding # omitField :: KnowledgeBaseOrchestrationConfigurationProperty -> Bool # | |||||
| Show KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
| Eq KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
| ToResourceProperties KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
| Property "AdditionalModelRequestFields" KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseOrchestrationConfigurationProperty Associated Types
Methods set :: PropertyType "AdditionalModelRequestFields" KnowledgeBaseOrchestrationConfigurationProperty -> KnowledgeBaseOrchestrationConfigurationProperty -> KnowledgeBaseOrchestrationConfigurationProperty # | |||||
| Property "InferenceConfig" KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseOrchestrationConfigurationProperty Associated Types
| |||||
| Property "PerformanceConfig" KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseOrchestrationConfigurationProperty Associated Types
Methods set :: PropertyType "PerformanceConfig" KnowledgeBaseOrchestrationConfigurationProperty -> KnowledgeBaseOrchestrationConfigurationProperty -> KnowledgeBaseOrchestrationConfigurationProperty # | |||||
| Property "PromptTemplate" KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseOrchestrationConfigurationProperty Associated Types
| |||||
| type PropertyType "AdditionalModelRequestFields" KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseOrchestrationConfigurationProperty type PropertyType "AdditionalModelRequestFields" KnowledgeBaseOrchestrationConfigurationProperty = Object | |||||
| type PropertyType "InferenceConfig" KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
| type PropertyType "PerformanceConfig" KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBaseOrchestrationConfigurationProperty type PropertyType "PerformanceConfig" KnowledgeBaseOrchestrationConfigurationProperty = PerformanceConfigurationProperty | |||||
| type PropertyType "PromptTemplate" KnowledgeBaseOrchestrationConfigurationProperty Source # | |||||
data KnowledgeBasePromptTemplateProperty Source #
Constructors
| KnowledgeBasePromptTemplateProperty | |
Fields
| |
Instances
| ToJSON KnowledgeBasePromptTemplateProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBasePromptTemplateProperty | |||||
| Show KnowledgeBasePromptTemplateProperty Source # | |||||
| Eq KnowledgeBasePromptTemplateProperty Source # | |||||
| ToResourceProperties KnowledgeBasePromptTemplateProperty Source # | |||||
| Property "TextPromptTemplate" KnowledgeBasePromptTemplateProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.KnowledgeBasePromptTemplateProperty Associated Types
Methods set :: PropertyType "TextPromptTemplate" KnowledgeBasePromptTemplateProperty -> KnowledgeBasePromptTemplateProperty -> KnowledgeBasePromptTemplateProperty # | |||||
| type PropertyType "TextPromptTemplate" KnowledgeBasePromptTemplateProperty Source # | |||||
data VectorSearchRerankingConfigurationProperty Source #
Constructors
| VectorSearchRerankingConfigurationProperty | |
Instances
| ToJSON VectorSearchRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchRerankingConfigurationProperty Methods toJSON :: VectorSearchRerankingConfigurationProperty -> Value # toEncoding :: VectorSearchRerankingConfigurationProperty -> Encoding # toJSONList :: [VectorSearchRerankingConfigurationProperty] -> Value # toEncodingList :: [VectorSearchRerankingConfigurationProperty] -> Encoding # omitField :: VectorSearchRerankingConfigurationProperty -> Bool # | |||||
| Show VectorSearchRerankingConfigurationProperty Source # | |||||
| Eq VectorSearchRerankingConfigurationProperty Source # | |||||
| ToResourceProperties VectorSearchRerankingConfigurationProperty Source # | |||||
| Property "BedrockRerankingConfiguration" VectorSearchRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchRerankingConfigurationProperty Associated Types
Methods set :: PropertyType "BedrockRerankingConfiguration" VectorSearchRerankingConfigurationProperty -> VectorSearchRerankingConfigurationProperty -> VectorSearchRerankingConfigurationProperty # | |||||
| Property "Type" VectorSearchRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchRerankingConfigurationProperty Associated Types
| |||||
| type PropertyType "BedrockRerankingConfiguration" VectorSearchRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchRerankingConfigurationProperty type PropertyType "BedrockRerankingConfiguration" VectorSearchRerankingConfigurationProperty = VectorSearchBedrockRerankingConfigurationProperty | |||||
| type PropertyType "Type" VectorSearchRerankingConfigurationProperty Source # | |||||
data PerformanceConfigurationProperty Source #
Constructors
| PerformanceConfigurationProperty | |
Fields
| |
Instances
| ToJSON PerformanceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PerformanceConfigurationProperty | |||||
| Show PerformanceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PerformanceConfigurationProperty Methods showsPrec :: Int -> PerformanceConfigurationProperty -> ShowS # | |||||
| Eq PerformanceConfigurationProperty Source # | |||||
| ToResourceProperties PerformanceConfigurationProperty Source # | |||||
| Property "Latency" PerformanceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PerformanceConfigurationProperty Associated Types
Methods set :: PropertyType "Latency" PerformanceConfigurationProperty -> PerformanceConfigurationProperty -> PerformanceConfigurationProperty # | |||||
| type PropertyType "Latency" PerformanceConfigurationProperty Source # | |||||
data MetadataConfigurationForRerankingProperty Source #
Constructors
| MetadataConfigurationForRerankingProperty | |
Instances
| ToJSON MetadataConfigurationForRerankingProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.MetadataConfigurationForRerankingProperty Methods toJSON :: MetadataConfigurationForRerankingProperty -> Value # toEncoding :: MetadataConfigurationForRerankingProperty -> Encoding # toJSONList :: [MetadataConfigurationForRerankingProperty] -> Value # toEncodingList :: [MetadataConfigurationForRerankingProperty] -> Encoding # omitField :: MetadataConfigurationForRerankingProperty -> Bool # | |||||
| Show MetadataConfigurationForRerankingProperty Source # | |||||
| Eq MetadataConfigurationForRerankingProperty Source # | |||||
| ToResourceProperties MetadataConfigurationForRerankingProperty Source # | |||||
| Property "SelectionMode" MetadataConfigurationForRerankingProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.MetadataConfigurationForRerankingProperty Associated Types
Methods set :: PropertyType "SelectionMode" MetadataConfigurationForRerankingProperty -> MetadataConfigurationForRerankingProperty -> MetadataConfigurationForRerankingProperty # | |||||
| Property "SelectiveModeConfiguration" MetadataConfigurationForRerankingProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.MetadataConfigurationForRerankingProperty Associated Types
Methods set :: PropertyType "SelectiveModeConfiguration" MetadataConfigurationForRerankingProperty -> MetadataConfigurationForRerankingProperty -> MetadataConfigurationForRerankingProperty # | |||||
| type PropertyType "SelectionMode" MetadataConfigurationForRerankingProperty Source # | |||||
| type PropertyType "SelectiveModeConfiguration" MetadataConfigurationForRerankingProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.MetadataConfigurationForRerankingProperty type PropertyType "SelectiveModeConfiguration" MetadataConfigurationForRerankingProperty = RerankingMetadataSelectiveModeConfigurationProperty | |||||
data RerankingMetadataSelectiveModeConfigurationProperty Source #
Constructors
| RerankingMetadataSelectiveModeConfigurationProperty | |
Fields | |
Instances
| ToJSON RerankingMetadataSelectiveModeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RerankingMetadataSelectiveModeConfigurationProperty Methods toJSON :: RerankingMetadataSelectiveModeConfigurationProperty -> Value # toEncoding :: RerankingMetadataSelectiveModeConfigurationProperty -> Encoding # toJSONList :: [RerankingMetadataSelectiveModeConfigurationProperty] -> Value # toEncodingList :: [RerankingMetadataSelectiveModeConfigurationProperty] -> Encoding # omitField :: RerankingMetadataSelectiveModeConfigurationProperty -> Bool # | |||||
| Show RerankingMetadataSelectiveModeConfigurationProperty Source # | |||||
| Eq RerankingMetadataSelectiveModeConfigurationProperty Source # | |||||
| ToResourceProperties RerankingMetadataSelectiveModeConfigurationProperty Source # | |||||
| Property "FieldsToExclude" RerankingMetadataSelectiveModeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RerankingMetadataSelectiveModeConfigurationProperty Associated Types
| |||||
| Property "FieldsToInclude" RerankingMetadataSelectiveModeConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RerankingMetadataSelectiveModeConfigurationProperty Associated Types
| |||||
| type PropertyType "FieldsToExclude" RerankingMetadataSelectiveModeConfigurationProperty Source # | |||||
| type PropertyType "FieldsToInclude" RerankingMetadataSelectiveModeConfigurationProperty 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 PromptFlowNodeResourceConfigurationProperty Source #
Constructors
| PromptFlowNodeResourceConfigurationProperty | |
Fields
| |
Instances
| ToJSON PromptFlowNodeResourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeResourceConfigurationProperty Methods toJSON :: PromptFlowNodeResourceConfigurationProperty -> Value # toEncoding :: PromptFlowNodeResourceConfigurationProperty -> Encoding # toJSONList :: [PromptFlowNodeResourceConfigurationProperty] -> Value # toEncodingList :: [PromptFlowNodeResourceConfigurationProperty] -> Encoding # omitField :: PromptFlowNodeResourceConfigurationProperty -> Bool # | |||||
| Show PromptFlowNodeResourceConfigurationProperty Source # | |||||
| Eq PromptFlowNodeResourceConfigurationProperty Source # | |||||
| ToResourceProperties PromptFlowNodeResourceConfigurationProperty Source # | |||||
| Property "PromptArn" PromptFlowNodeResourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.PromptFlowNodeResourceConfigurationProperty Associated Types
| |||||
| type PropertyType "PromptArn" PromptFlowNodeResourceConfigurationProperty 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 # | |||||
data RetrievalFlowNodeServiceConfigurationProperty Source #
Constructors
| RetrievalFlowNodeServiceConfigurationProperty | |
Fields | |
Instances
| ToJSON RetrievalFlowNodeServiceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RetrievalFlowNodeServiceConfigurationProperty Methods toJSON :: RetrievalFlowNodeServiceConfigurationProperty -> Value # toEncoding :: RetrievalFlowNodeServiceConfigurationProperty -> Encoding # toJSONList :: [RetrievalFlowNodeServiceConfigurationProperty] -> Value # toEncodingList :: [RetrievalFlowNodeServiceConfigurationProperty] -> Encoding # omitField :: RetrievalFlowNodeServiceConfigurationProperty -> Bool # | |||||
| Show RetrievalFlowNodeServiceConfigurationProperty Source # | |||||
| Eq RetrievalFlowNodeServiceConfigurationProperty Source # | |||||
| ToResourceProperties RetrievalFlowNodeServiceConfigurationProperty Source # | |||||
| Property "S3" RetrievalFlowNodeServiceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RetrievalFlowNodeServiceConfigurationProperty Associated Types
| |||||
| type PropertyType "S3" RetrievalFlowNodeServiceConfigurationProperty Source # | |||||
data RetrievalFlowNodeS3ConfigurationProperty Source #
Constructors
| RetrievalFlowNodeS3ConfigurationProperty | |
Fields
| |
Instances
| ToJSON RetrievalFlowNodeS3ConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RetrievalFlowNodeS3ConfigurationProperty Methods toJSON :: RetrievalFlowNodeS3ConfigurationProperty -> Value # toEncoding :: RetrievalFlowNodeS3ConfigurationProperty -> Encoding # toJSONList :: [RetrievalFlowNodeS3ConfigurationProperty] -> Value # toEncodingList :: [RetrievalFlowNodeS3ConfigurationProperty] -> Encoding # omitField :: RetrievalFlowNodeS3ConfigurationProperty -> Bool # | |||||
| Show RetrievalFlowNodeS3ConfigurationProperty Source # | |||||
| Eq RetrievalFlowNodeS3ConfigurationProperty Source # | |||||
| ToResourceProperties RetrievalFlowNodeS3ConfigurationProperty Source # | |||||
| Property "BucketName" RetrievalFlowNodeS3ConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.RetrievalFlowNodeS3ConfigurationProperty Associated Types
Methods set :: PropertyType "BucketName" RetrievalFlowNodeS3ConfigurationProperty -> RetrievalFlowNodeS3ConfigurationProperty -> RetrievalFlowNodeS3ConfigurationProperty # | |||||
| type PropertyType "BucketName" RetrievalFlowNodeS3ConfigurationProperty Source # | |||||
data StorageFlowNodeServiceConfigurationProperty Source #
Constructors
| StorageFlowNodeServiceConfigurationProperty | |
Fields | |
Instances
| ToJSON StorageFlowNodeServiceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.StorageFlowNodeServiceConfigurationProperty Methods toJSON :: StorageFlowNodeServiceConfigurationProperty -> Value # toEncoding :: StorageFlowNodeServiceConfigurationProperty -> Encoding # toJSONList :: [StorageFlowNodeServiceConfigurationProperty] -> Value # toEncodingList :: [StorageFlowNodeServiceConfigurationProperty] -> Encoding # omitField :: StorageFlowNodeServiceConfigurationProperty -> Bool # | |||||
| Show StorageFlowNodeServiceConfigurationProperty Source # | |||||
| Eq StorageFlowNodeServiceConfigurationProperty Source # | |||||
| ToResourceProperties StorageFlowNodeServiceConfigurationProperty Source # | |||||
| Property "S3" StorageFlowNodeServiceConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.StorageFlowNodeServiceConfigurationProperty Associated Types
| |||||
| type PropertyType "S3" StorageFlowNodeServiceConfigurationProperty Source # | |||||
data StorageFlowNodeS3ConfigurationProperty Source #
Constructors
| StorageFlowNodeS3ConfigurationProperty | |
Fields
| |
Instances
| ToJSON StorageFlowNodeS3ConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.StorageFlowNodeS3ConfigurationProperty Methods toJSON :: StorageFlowNodeS3ConfigurationProperty -> Value # toEncoding :: StorageFlowNodeS3ConfigurationProperty -> Encoding # toJSONList :: [StorageFlowNodeS3ConfigurationProperty] -> Value # toEncodingList :: [StorageFlowNodeS3ConfigurationProperty] -> Encoding # omitField :: StorageFlowNodeS3ConfigurationProperty -> Bool # | |||||
| Show StorageFlowNodeS3ConfigurationProperty Source # | |||||
| Eq StorageFlowNodeS3ConfigurationProperty Source # | |||||
| ToResourceProperties StorageFlowNodeS3ConfigurationProperty Source # | |||||
| Property "BucketName" StorageFlowNodeS3ConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.StorageFlowNodeS3ConfigurationProperty Associated Types
Methods set :: PropertyType "BucketName" StorageFlowNodeS3ConfigurationProperty -> StorageFlowNodeS3ConfigurationProperty -> StorageFlowNodeS3ConfigurationProperty # | |||||
| type PropertyType "BucketName" StorageFlowNodeS3ConfigurationProperty Source # | |||||
data VectorSearchBedrockRerankingConfigurationProperty Source #
Instances
| ToJSON VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingConfigurationProperty Methods toJSON :: VectorSearchBedrockRerankingConfigurationProperty -> Value # toEncoding :: VectorSearchBedrockRerankingConfigurationProperty -> Encoding # toJSONList :: [VectorSearchBedrockRerankingConfigurationProperty] -> Value # toEncodingList :: [VectorSearchBedrockRerankingConfigurationProperty] -> Encoding # omitField :: VectorSearchBedrockRerankingConfigurationProperty -> Bool # | |||||
| Show VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
| Eq VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
| ToResourceProperties VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
| Property "MetadataConfiguration" VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingConfigurationProperty Associated Types
Methods set :: PropertyType "MetadataConfiguration" VectorSearchBedrockRerankingConfigurationProperty -> VectorSearchBedrockRerankingConfigurationProperty -> VectorSearchBedrockRerankingConfigurationProperty # | |||||
| Property "ModelConfiguration" VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingConfigurationProperty Associated Types
Methods set :: PropertyType "ModelConfiguration" VectorSearchBedrockRerankingConfigurationProperty -> VectorSearchBedrockRerankingConfigurationProperty -> VectorSearchBedrockRerankingConfigurationProperty # | |||||
| Property "NumberOfRerankedResults" VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingConfigurationProperty Associated Types
Methods set :: PropertyType "NumberOfRerankedResults" VectorSearchBedrockRerankingConfigurationProperty -> VectorSearchBedrockRerankingConfigurationProperty -> VectorSearchBedrockRerankingConfigurationProperty # | |||||
| type PropertyType "MetadataConfiguration" VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingConfigurationProperty type PropertyType "MetadataConfiguration" VectorSearchBedrockRerankingConfigurationProperty = MetadataConfigurationForRerankingProperty | |||||
| type PropertyType "ModelConfiguration" VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
| type PropertyType "NumberOfRerankedResults" VectorSearchBedrockRerankingConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingConfigurationProperty type PropertyType "NumberOfRerankedResults" VectorSearchBedrockRerankingConfigurationProperty = Value Double | |||||
data VectorSearchBedrockRerankingModelConfigurationProperty Source #
Constructors
| VectorSearchBedrockRerankingModelConfigurationProperty | |
Fields | |
Instances
| ToJSON VectorSearchBedrockRerankingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingModelConfigurationProperty Methods toJSON :: VectorSearchBedrockRerankingModelConfigurationProperty -> Value # toEncoding :: VectorSearchBedrockRerankingModelConfigurationProperty -> Encoding # toJSONList :: [VectorSearchBedrockRerankingModelConfigurationProperty] -> Value # toEncodingList :: [VectorSearchBedrockRerankingModelConfigurationProperty] -> Encoding # omitField :: VectorSearchBedrockRerankingModelConfigurationProperty -> Bool # | |||||
| Show VectorSearchBedrockRerankingModelConfigurationProperty Source # | |||||
| Eq VectorSearchBedrockRerankingModelConfigurationProperty Source # | |||||
| ToResourceProperties VectorSearchBedrockRerankingModelConfigurationProperty Source # | |||||
| Property "AdditionalModelRequestFields" VectorSearchBedrockRerankingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingModelConfigurationProperty Associated Types
Methods set :: PropertyType "AdditionalModelRequestFields" VectorSearchBedrockRerankingModelConfigurationProperty -> VectorSearchBedrockRerankingModelConfigurationProperty -> VectorSearchBedrockRerankingModelConfigurationProperty # | |||||
| Property "ModelArn" VectorSearchBedrockRerankingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingModelConfigurationProperty Associated Types
| |||||
| type PropertyType "AdditionalModelRequestFields" VectorSearchBedrockRerankingModelConfigurationProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.VectorSearchBedrockRerankingModelConfigurationProperty type PropertyType "AdditionalModelRequestFields" VectorSearchBedrockRerankingModelConfigurationProperty = Object | |||||
| type PropertyType "ModelArn" VectorSearchBedrockRerankingModelConfigurationProperty Source # | |||||
mkConditionFlowNodeConfigurationProperty :: [FlowConditionProperty] -> ConditionFlowNodeConfigurationProperty Source #
mkFlowConditionalConnectionConfigurationProperty :: Value Text -> FlowConditionalConnectionConfigurationProperty Source #
mkFlowConnectionProperty :: Value Text -> Value Text -> Value Text -> Value Text -> FlowConnectionProperty Source #
mkFlowDataConnectionConfigurationProperty :: Value Text -> Value Text -> FlowDataConnectionConfigurationProperty Source #
data FlowNodeProperty Source #
Instances
| ToJSON FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Methods toJSON :: FlowNodeProperty -> Value # toEncoding :: FlowNodeProperty -> Encoding # toJSONList :: [FlowNodeProperty] -> Value # toEncodingList :: [FlowNodeProperty] -> Encoding # omitField :: FlowNodeProperty -> Bool # | |||||
| Show FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Methods showsPrec :: Int -> FlowNodeProperty -> ShowS # show :: FlowNodeProperty -> String # showList :: [FlowNodeProperty] -> ShowS # | |||||
| Eq FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Methods (==) :: FlowNodeProperty -> FlowNodeProperty -> Bool # (/=) :: FlowNodeProperty -> FlowNodeProperty -> Bool # | |||||
| ToResourceProperties FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Methods toResourceProperties :: FlowNodeProperty -> ResourceProperties # | |||||
| Property "Configuration" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Configuration" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| Property "Inputs" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Inputs" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| Property "Name" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Name" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| Property "Outputs" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Outputs" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| Property "Type" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Type" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| type PropertyType "Configuration" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
| type PropertyType "Inputs" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
| type PropertyType "Name" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
| type PropertyType "Outputs" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
| type PropertyType "Type" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
mkInlineCodeFlowNodeConfigurationProperty :: Value Text -> Value Text -> InlineCodeFlowNodeConfigurationProperty Source #
mkKnowledgeBaseFlowNodeConfigurationProperty :: Value Text -> KnowledgeBaseFlowNodeConfigurationProperty Source #
mkKnowledgeBaseOrchestrationConfigurationProperty :: KnowledgeBaseOrchestrationConfigurationProperty Source #
mkLambdaFunctionFlowNodeConfigurationProperty :: Value Text -> LambdaFunctionFlowNodeConfigurationProperty Source #
mkLexFlowNodeConfigurationProperty :: Value Text -> Value Text -> LexFlowNodeConfigurationProperty Source #
mkLoopControllerFlowNodeConfigurationProperty :: FlowConditionProperty -> LoopControllerFlowNodeConfigurationProperty Source #
mkLoopFlowNodeConfigurationProperty :: FlowDefinitionProperty -> LoopFlowNodeConfigurationProperty Source #
mkMetadataConfigurationForRerankingProperty :: Value Text -> MetadataConfigurationForRerankingProperty Source #
mkPromptFlowNodeConfigurationProperty :: PromptFlowNodeSourceConfigurationProperty -> PromptFlowNodeConfigurationProperty Source #
mkPromptFlowNodeInlineConfigurationProperty :: Value Text -> PromptTemplateConfigurationProperty -> Value Text -> PromptFlowNodeInlineConfigurationProperty Source #
mkPromptFlowNodeResourceConfigurationProperty :: Value Text -> PromptFlowNodeResourceConfigurationProperty Source #
mkPromptInferenceConfigurationProperty :: PromptModelInferenceConfigurationProperty -> PromptInferenceConfigurationProperty Source #
mkPromptTemplateConfigurationProperty :: TextPromptTemplateConfigurationProperty -> PromptTemplateConfigurationProperty Source #
mkRerankingMetadataSelectiveModeConfigurationProperty :: RerankingMetadataSelectiveModeConfigurationProperty Source #
mkRetrievalFlowNodeConfigurationProperty :: RetrievalFlowNodeServiceConfigurationProperty -> RetrievalFlowNodeConfigurationProperty Source #
mkRetrievalFlowNodeS3ConfigurationProperty :: Value Text -> RetrievalFlowNodeS3ConfigurationProperty Source #
mkRetrievalFlowNodeServiceConfigurationProperty :: RetrievalFlowNodeServiceConfigurationProperty Source #
mkStorageFlowNodeConfigurationProperty :: StorageFlowNodeServiceConfigurationProperty -> StorageFlowNodeConfigurationProperty Source #
mkStorageFlowNodeS3ConfigurationProperty :: Value Text -> StorageFlowNodeS3ConfigurationProperty Source #
mkStorageFlowNodeServiceConfigurationProperty :: StorageFlowNodeServiceConfigurationProperty Source #
mkTextPromptTemplateConfigurationProperty :: Value Text -> TextPromptTemplateConfigurationProperty Source #
mkVectorSearchBedrockRerankingConfigurationProperty :: VectorSearchBedrockRerankingModelConfigurationProperty -> VectorSearchBedrockRerankingConfigurationProperty Source #
mkVectorSearchBedrockRerankingModelConfigurationProperty :: Value Text -> VectorSearchBedrockRerankingModelConfigurationProperty Source #
mkVectorSearchRerankingConfigurationProperty :: Value Text -> VectorSearchRerankingConfigurationProperty Source #
data FlowNodeProperty Source #
Constructors
| FlowNodeProperty | |
Fields | |
Instances
| ToJSON FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Methods toJSON :: FlowNodeProperty -> Value # toEncoding :: FlowNodeProperty -> Encoding # toJSONList :: [FlowNodeProperty] -> Value # toEncodingList :: [FlowNodeProperty] -> Encoding # omitField :: FlowNodeProperty -> Bool # | |||||
| Show FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Methods showsPrec :: Int -> FlowNodeProperty -> ShowS # show :: FlowNodeProperty -> String # showList :: [FlowNodeProperty] -> ShowS # | |||||
| Eq FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Methods (==) :: FlowNodeProperty -> FlowNodeProperty -> Bool # (/=) :: FlowNodeProperty -> FlowNodeProperty -> Bool # | |||||
| ToResourceProperties FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Methods toResourceProperties :: FlowNodeProperty -> ResourceProperties # | |||||
| Property "Configuration" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Configuration" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| Property "Inputs" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Inputs" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| Property "Name" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Name" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| Property "Outputs" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Outputs" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| Property "Type" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty Associated Types
Methods set :: PropertyType "Type" FlowNodeProperty -> FlowNodeProperty -> FlowNodeProperty # | |||||
| type PropertyType "Configuration" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
| type PropertyType "Inputs" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
| type PropertyType "Name" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
| type PropertyType "Outputs" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
| type PropertyType "Type" FlowNodeProperty Source # | |||||
Defined in Stratosphere.Bedrock.Flow.FlowNodeProperty | |||||
mkFlowNodeProperty :: Value Text -> Value Text -> FlowNodeProperty Source #