Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class JobType.
Specifies the processing model used by a
[google.dataflow.v1beta3.Job], which determines the way the Job is
managed by the Cloud Dataflow service (how workers are scheduled, how
inputs are sharded, etc).
Protobuf type google.dataflow.v1beta3.JobType
Namespace
Google \ Cloud \ Dataflow \ V1beta3
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
JOB_TYPE_UNKNOWN
Value: 0
The type of the job is unspecified, or unknown.
Generated from protobuf enum JOB_TYPE_UNKNOWN = 0;
JOB_TYPE_BATCH
Value: 1
A batch job with a well-defined end point: data is read, data is
processed, data is written, and the job is done.
Generated from protobuf enum JOB_TYPE_BATCH = 1;
JOB_TYPE_STREAMING
Value: 2
A continuously streaming job with no end: data is read,
processed, and written continuously.
Generated from protobuf enum JOB_TYPE_STREAMING = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]