Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
projectNumber :: LeaseWorkItemRequest -> Maybe Int64gogol-dataflow Gogol.Dataflow Optional. The project number of the project this worker belongs to.
projectNumber :: ReportWorkItemStatusRequest -> Maybe Int64gogol-dataflow Gogol.Dataflow Optional. The project number of the project which owns the WorkItem's job.
targetNumWorkers :: AutoscalingEvent -> Maybe Int64gogol-dataflow Gogol.Dataflow The target number of workers the worker pool wants to resize to use.
pattern
AutoscalingEvent_EventType_CURRENTNUMWORKERSCHANGED :: AutoscalingEvent_EventTypegogol-dataflow Gogol.Dataflow.Types The CURRENTNUMWORKERSCHANGED type should be used when actual worker pool size has been changed, but the targetnum_workers has not changed.
pattern
AutoscalingEvent_EventType_TARGETNUMWORKERSCHANGED :: AutoscalingEvent_EventTypegogol-dataflow Gogol.Dataflow.Types The TARGETNUMWORKERSCHANGED type should be used when the target worker pool size has changed at the start of an actuation. An event should always be specified as TARGETNUMWORKERSCHANGED if it reflects a change in the targetnumworkers.
data
ParameterMetadataEnumOption gogol-dataflow Gogol.Dataflow.Types ParameterMetadataEnumOption specifies the option shown in the enum form. See: newParameterMetadataEnumOption smart constructor.
ParameterMetadataEnumOption :: Maybe Text -> Maybe Text -> Maybe Text -> ParameterMetadataEnumOptiongogol-dataflow Gogol.Dataflow.Types No documentation available.
pattern
ParameterMetadata_ParamType_Enum' :: ParameterMetadata_ParamTypegogol-dataflow Gogol.Dataflow.Types The parameter specifies an enum input.
pattern
ParameterMetadata_ParamType_Number :: ParameterMetadata_ParamTypegogol-dataflow Gogol.Dataflow.Types The parameter specifies a number input.
currentNumWorkers :: AutoscalingEvent -> Maybe Int64gogol-dataflow Gogol.Dataflow.Types The current number of workers the job has.