| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Wisdom.KnowledgeBase.SourceConfigurationProperty
Documentation
data CrawlerLimitsProperty Source #
Constructors
| CrawlerLimitsProperty | |
Instances
data ManagedSourceConfigurationProperty Source #
Constructors
| ManagedSourceConfigurationProperty | |
Instances
| ToJSON ManagedSourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ManagedSourceConfigurationProperty | |||||
| Show ManagedSourceConfigurationProperty Source # | |||||
| Eq ManagedSourceConfigurationProperty Source # | |||||
| ToResourceProperties ManagedSourceConfigurationProperty Source # | |||||
| Property "WebCrawlerConfiguration" ManagedSourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ManagedSourceConfigurationProperty Associated Types
Methods set :: PropertyType "WebCrawlerConfiguration" ManagedSourceConfigurationProperty -> ManagedSourceConfigurationProperty -> ManagedSourceConfigurationProperty # | |||||
| type PropertyType "WebCrawlerConfiguration" ManagedSourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.ManagedSourceConfigurationProperty type PropertyType "WebCrawlerConfiguration" ManagedSourceConfigurationProperty = WebCrawlerConfigurationProperty | |||||
data WebCrawlerConfigurationProperty Source #
Constructors
| WebCrawlerConfigurationProperty | |
Fields | |
Instances
| ToJSON WebCrawlerConfigurationProperty Source # | |||||
| Show WebCrawlerConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.WebCrawlerConfigurationProperty Methods showsPrec :: Int -> WebCrawlerConfigurationProperty -> ShowS # | |||||
| Eq WebCrawlerConfigurationProperty Source # | |||||
| ToResourceProperties WebCrawlerConfigurationProperty Source # | |||||
| Property "CrawlerLimits" WebCrawlerConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.WebCrawlerConfigurationProperty Associated Types
Methods set :: PropertyType "CrawlerLimits" WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty # | |||||
| Property "ExclusionFilters" WebCrawlerConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.WebCrawlerConfigurationProperty Associated Types
Methods set :: PropertyType "ExclusionFilters" WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty # | |||||
| Property "InclusionFilters" WebCrawlerConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.WebCrawlerConfigurationProperty Associated Types
Methods set :: PropertyType "InclusionFilters" WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty # | |||||
| Property "Scope" WebCrawlerConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.WebCrawlerConfigurationProperty Associated Types
Methods set :: PropertyType "Scope" WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty # | |||||
| Property "UrlConfiguration" WebCrawlerConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.WebCrawlerConfigurationProperty Associated Types
Methods set :: PropertyType "UrlConfiguration" WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty -> WebCrawlerConfigurationProperty # | |||||
| type PropertyType "CrawlerLimits" WebCrawlerConfigurationProperty Source # | |||||
| type PropertyType "ExclusionFilters" WebCrawlerConfigurationProperty Source # | |||||
| type PropertyType "InclusionFilters" WebCrawlerConfigurationProperty Source # | |||||
| type PropertyType "Scope" WebCrawlerConfigurationProperty Source # | |||||
| type PropertyType "UrlConfiguration" WebCrawlerConfigurationProperty Source # | |||||
data SeedUrlProperty Source #
Constructors
| SeedUrlProperty | |
Instances
| ToJSON SeedUrlProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SeedUrlProperty Methods toJSON :: SeedUrlProperty -> Value # toEncoding :: SeedUrlProperty -> Encoding # toJSONList :: [SeedUrlProperty] -> Value # toEncodingList :: [SeedUrlProperty] -> Encoding # omitField :: SeedUrlProperty -> Bool # | |||||
| Show SeedUrlProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SeedUrlProperty Methods showsPrec :: Int -> SeedUrlProperty -> ShowS # show :: SeedUrlProperty -> String # showList :: [SeedUrlProperty] -> ShowS # | |||||
| Eq SeedUrlProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SeedUrlProperty Methods (==) :: SeedUrlProperty -> SeedUrlProperty -> Bool # (/=) :: SeedUrlProperty -> SeedUrlProperty -> Bool # | |||||
| ToResourceProperties SeedUrlProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SeedUrlProperty Methods toResourceProperties :: SeedUrlProperty -> ResourceProperties # | |||||
| Property "Url" SeedUrlProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SeedUrlProperty Associated Types
Methods set :: PropertyType "Url" SeedUrlProperty -> SeedUrlProperty -> SeedUrlProperty # | |||||
| type PropertyType "Url" SeedUrlProperty Source # | |||||
data UrlConfigurationProperty Source #
Constructors
| UrlConfigurationProperty | |
Fields
| |
Instances
| ToJSON UrlConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.UrlConfigurationProperty Methods toJSON :: UrlConfigurationProperty -> Value # toEncoding :: UrlConfigurationProperty -> Encoding # toJSONList :: [UrlConfigurationProperty] -> Value # | |||||
| Show UrlConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.UrlConfigurationProperty Methods showsPrec :: Int -> UrlConfigurationProperty -> ShowS # show :: UrlConfigurationProperty -> String # showList :: [UrlConfigurationProperty] -> ShowS # | |||||
| Eq UrlConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.UrlConfigurationProperty Methods (==) :: UrlConfigurationProperty -> UrlConfigurationProperty -> Bool # (/=) :: UrlConfigurationProperty -> UrlConfigurationProperty -> Bool # | |||||
| ToResourceProperties UrlConfigurationProperty Source # | |||||
| Property "SeedUrls" UrlConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.UrlConfigurationProperty Associated Types
Methods set :: PropertyType "SeedUrls" UrlConfigurationProperty -> UrlConfigurationProperty -> UrlConfigurationProperty # | |||||
| type PropertyType "SeedUrls" UrlConfigurationProperty Source # | |||||
mkManagedSourceConfigurationProperty :: WebCrawlerConfigurationProperty -> ManagedSourceConfigurationProperty Source #
mkWebCrawlerConfigurationProperty :: UrlConfigurationProperty -> WebCrawlerConfigurationProperty Source #
data SourceConfigurationProperty Source #
Constructors
| SourceConfigurationProperty | |
Fields | |
Instances
| ToJSON SourceConfigurationProperty Source # | |||||
| Show SourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SourceConfigurationProperty Methods showsPrec :: Int -> SourceConfigurationProperty -> ShowS # show :: SourceConfigurationProperty -> String # showList :: [SourceConfigurationProperty] -> ShowS # | |||||
| Eq SourceConfigurationProperty Source # | |||||
| ToResourceProperties SourceConfigurationProperty Source # | |||||
| Property "AppIntegrations" SourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SourceConfigurationProperty Associated Types
Methods set :: PropertyType "AppIntegrations" SourceConfigurationProperty -> SourceConfigurationProperty -> SourceConfigurationProperty # | |||||
| Property "ManagedSourceConfiguration" SourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SourceConfigurationProperty Associated Types
Methods set :: PropertyType "ManagedSourceConfiguration" SourceConfigurationProperty -> SourceConfigurationProperty -> SourceConfigurationProperty # | |||||
| type PropertyType "AppIntegrations" SourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SourceConfigurationProperty type PropertyType "AppIntegrations" SourceConfigurationProperty = AppIntegrationsConfigurationProperty | |||||
| type PropertyType "ManagedSourceConfiguration" SourceConfigurationProperty Source # | |||||
Defined in Stratosphere.Wisdom.KnowledgeBase.SourceConfigurationProperty type PropertyType "ManagedSourceConfiguration" SourceConfigurationProperty = ManagedSourceConfigurationProperty | |||||