Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data WorkerSettings

    gogol-dataflow Gogol.Dataflow

    Provides data to pass through to the worker harness. See: newWorkerSettings smart constructor.

  2. WorkerSettings :: Maybe Text -> Maybe Bool -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> WorkerSettings

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  3. autoscalingSettings :: WorkerPool -> Maybe AutoscalingSettings

    gogol-dataflow Gogol.Dataflow

    Settings for autoscaling of this WorkerPool.

  4. baseTaskDir :: TaskRunnerSettings -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    The location on the worker for task-specific subdirectories.

  5. byteOffset :: Position -> Maybe Int64

    gogol-dataflow Gogol.Dataflow

    Position is a byte offset.

  6. dataset :: BigQueryIODetails -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    Dataset accessed in the connection.

  7. dataset :: Environment -> Maybe Text

    gogol-dataflow Gogol.Dataflow

    Optional. The dataset for the current project where various workflow related tables are stored. The supported resource type is: Google BigQuery: bigquery.googleapis.com/{dataset}

  8. defaultPackageSet :: WorkerPool -> Maybe WorkerPool_DefaultPackageSet

    gogol-dataflow Gogol.Dataflow

    The default package set to install. This allows the service to select a default set of packages which are useful to worker harnesses written in a particular language.

  9. firstBucketOffset :: Histogram -> Maybe Int32

    gogol-dataflow Gogol.Dataflow

    Starting index of first stored bucket. The non-inclusive upper-bound of the ith bucket is given by: pow(10,(i-firstbucketoffset)/3) * (1,2,5)[(i-firstbucketoffset)%3]

  10. fromAutoscalingSettings_Algorithm :: AutoscalingSettings_Algorithm -> Text

    gogol-dataflow Gogol.Dataflow

    No documentation available.

Page 228 of many | Previous | Next