GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment class
The environment values to be set at runtime for a Flex Template.
Constructors
-
GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment({List<
String> ? additionalExperiments, Map<String, String> ? additionalUserLabels, bool? enableStreamingEngine, String? flexrsGoal, String? ipConfiguration, String? kmsKeyName, String? machineType, int? maxWorkers, String? network, int? numWorkers, String? serviceAccountEmail, String? subnetwork, String? tempLocation, String? workerRegion, String? workerZone, String? zone}) - GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.fromJson(Map json_)
Properties
-
additionalExperiments
↔ List<
String> ? -
Additional experiment flags for the job.
getter/setter pair
-
additionalUserLabels
↔ Map<
String, String> ? -
Additional user labels to be specified for the job.
getter/setter pair
- enableStreamingEngine ↔ bool?
-
Whether to enable Streaming Engine for the job.
getter/setter pair
- flexrsGoal ↔ String?
-
Set FlexRS goal for the job.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipConfiguration ↔ String?
-
Configuration for VM IPs.
Possible string values are:
getter/setter pair
- kmsKeyName ↔ String?
-
Name for the Cloud KMS key for the job.
getter/setter pair
- machineType ↔ String?
-
The machine type to use for the job.
getter/setter pair
- maxWorkers ↔ int?
-
The maximum number of Compute Engine instances to be made available to
your pipeline during execution, from 1 to 1000.
getter/setter pair
- network ↔ String?
-
Network to which VMs will be assigned.
getter/setter pair
- numWorkers ↔ int?
-
The initial number of Compute Engine instances for the job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccountEmail ↔ String?
-
The email address of the service account to run the job as.
getter/setter pair
- subnetwork ↔ String?
-
Subnetwork to which VMs will be assigned, if desired.
getter/setter pair
- tempLocation ↔ String?
-
The Cloud Storage path to use for temporary files.
getter/setter pair
- workerRegion ↔ String?
-
The Compute Engine region
(https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
which worker processing should occur, e.g. "us-west1".
getter/setter pair
- workerZone ↔ String?
-
The Compute Engine zone
(https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
which worker processing should occur, e.g. "us-west1-a".
getter/setter pair
- zone ↔ String?
-
The Compute Engine
availability zone
for launching worker instances to run your pipeline.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited