LaunchFlexTemplateParameter class

Launch FlexTemplate Parameter.

Constructors

LaunchFlexTemplateParameter({ContainerSpec? containerSpec, String? containerSpecGcsPath, FlexTemplateRuntimeEnvironment? environment, String? jobName, Map<String, String>? launchOptions, Map<String, String>? parameters, Map<String, String>? transformNameMappings, bool? update})
LaunchFlexTemplateParameter.fromJson(Map _json)

Properties

containerSpec ContainerSpec?
Spec about the container image to launch.
getter/setter pair
containerSpecGcsPath String?
Cloud Storage path to a file with json serialized ContainerSpec as content.
getter/setter pair
environment FlexTemplateRuntimeEnvironment?
The runtime environment for the FlexTemplate job
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobName String?
The job name to use for the created job.
getter/setter pair
launchOptions Map<String, String>?
Launch options for this flex template job.
getter/setter pair
parameters Map<String, String>?
The parameters for FlexTemplate.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformNameMappings Map<String, String>?
Use this to pass transform_name_mappings for streaming update jobs.
getter/setter pair
update bool?
Set this to true if you are sending a request to update a running streaming job.
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