SdkHarnessContainerImage class

Defines a SDK harness container for executing Dataflow pipelines.

Constructors

SdkHarnessContainerImage({String? containerImage, String? environmentId, bool? useSingleCorePerContainer})
SdkHarnessContainerImage.fromJson(Map _json)

Properties

containerImage String?
A docker container image that resides in Google Container Registry.
getter/setter pair
environmentId String?
Environment ID for the Beam runner API proto Environment that corresponds to the current SDK Harness.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useSingleCorePerContainer bool?
If true, recommends the Dataflow service to use only one core per SDK container instance with this image.
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