RuntimeConfig class

Runtime configuration for a workload.

Constructors

RuntimeConfig({String? containerImage, Map<String, String>? properties, RepositoryConfig? repositoryConfig, String? version})
RuntimeConfig.fromJson(Map json_)

Properties

containerImage String?
Optional custom container image for the job runtime environment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
properties Map<String, String>?
A mapping of property names to values, which are used to configure workload execution.
getter/setter pair
repositoryConfig RepositoryConfig?
Dependency repository configuration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
Version of the batch runtime.
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