| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Wisdom.KnowledgeBase.ParsingConfigurationProperty
Documentation
data BedrockFoundationModelConfigurationProperty Source #
Constructors
| BedrockFoundationModelConfigurationProperty | |
Fields | |
Instances
data ParsingPromptProperty Source #
Constructors
| ParsingPromptProperty | |
Fields
| |
Instances
| ToJSON ParsingPromptProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingPromptProperty Methods toJSON :: ParsingPromptProperty -> Value # toEncoding :: ParsingPromptProperty -> Encoding # toJSONList :: [ParsingPromptProperty] -> Value # toEncodingList :: [ParsingPromptProperty] -> Encoding # omitField :: ParsingPromptProperty -> Bool # | |||||
| Show ParsingPromptProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingPromptProperty Methods showsPrec :: Int -> ParsingPromptProperty -> ShowS # show :: ParsingPromptProperty -> String # showList :: [ParsingPromptProperty] -> ShowS # | |||||
| Eq ParsingPromptProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingPromptProperty Methods (==) :: ParsingPromptProperty -> ParsingPromptProperty -> Bool # (/=) :: ParsingPromptProperty -> ParsingPromptProperty -> Bool # | |||||
| ToResourceProperties ParsingPromptProperty Source # | |||||
| Property "ParsingPromptText" ParsingPromptProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingPromptProperty Associated Types
Methods set :: PropertyType "ParsingPromptText" ParsingPromptProperty -> ParsingPromptProperty -> ParsingPromptProperty # | |||||
| type PropertyType "ParsingPromptText" ParsingPromptProperty Source # | |||||
mkBedrockFoundationModelConfigurationProperty :: Value Text -> BedrockFoundationModelConfigurationProperty Source #
data ParsingConfigurationProperty Source #
Constructors
| ParsingConfigurationProperty | |
Fields | |
Instances
| ToJSON ParsingConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingConfigurationProperty Methods toJSON :: ParsingConfigurationProperty -> Value # toEncoding :: ParsingConfigurationProperty -> Encoding # toJSONList :: [ParsingConfigurationProperty] -> Value # toEncodingList :: [ParsingConfigurationProperty] -> Encoding # | |||||
| Show ParsingConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingConfigurationProperty Methods showsPrec :: Int -> ParsingConfigurationProperty -> ShowS # show :: ParsingConfigurationProperty -> String # showList :: [ParsingConfigurationProperty] -> ShowS # | |||||
| Eq ParsingConfigurationProperty Source # | |||||
| ToResourceProperties ParsingConfigurationProperty Source # | |||||
| Property "BedrockFoundationModelConfiguration" ParsingConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingConfigurationProperty Associated Types
Methods set :: PropertyType "BedrockFoundationModelConfiguration" ParsingConfigurationProperty -> ParsingConfigurationProperty -> ParsingConfigurationProperty # | |||||
| Property "ParsingStrategy" ParsingConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingConfigurationProperty Associated Types
Methods set :: PropertyType "ParsingStrategy" ParsingConfigurationProperty -> ParsingConfigurationProperty -> ParsingConfigurationProperty # | |||||
| type PropertyType "BedrockFoundationModelConfiguration" ParsingConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ParsingConfigurationProperty type PropertyType "BedrockFoundationModelConfiguration" ParsingConfigurationProperty = BedrockFoundationModelConfigurationProperty | |||||
| type PropertyType "ParsingStrategy" ParsingConfigurationProperty Source # | |||||