SdkHarnessContainerImageResponse

data class SdkHarnessContainerImageResponse(val capabilities: List<String>, val containerImage: String, val environmentId: String, val useSingleCorePerContainer: Boolean)

Defines an SDK harness container for executing Dataflow pipelines.

Constructors

Link copied to clipboard
fun SdkHarnessContainerImageResponse(capabilities: List<String>, containerImage: String, environmentId: String, useSingleCorePerContainer: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of capabilities enumerated in the above Environment proto. See also beam_runner_api.proto

Link copied to clipboard

A docker container image that resides in Google Container Registry.

Link copied to clipboard

Environment ID for the Beam runner API proto Environment that corresponds to the current SDK Harness.

Link copied to clipboard

If true, recommends the Dataflow service to use only one core per SDK container instance with this image. If false (or unset) recommends using more than one core per SDK container instance with this image for efficiency. Note that Dataflow service may choose to override this property if needed.