TemplateParameter class

A configurable parameter that replaces one or more fields in the template.

Parameterizable fields: - Labels - File uris - Job properties - Job arguments - Script variables - Main class (in HadoopJob and SparkJob) - Zone (in ClusterSelector)

Constructors

TemplateParameter({String? description, List<String>? fields, String? name, ParameterValidation? validation})
TemplateParameter.fromJson(Map json_)

Properties

description String?
Brief description of the parameter.
getter/setter pair
fields List<String>?
Paths to all fields that the parameter replaces.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Parameter name.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validation ParameterValidation?
Validation rules to be applied to this parameter's value.
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