GoogleApi.Dataflow.V1b3.Model.SdkHarnessContainerImage (google_api_dataflow v0.35.0) View Source

Defines a SDK harness container for executing Dataflow pipelines.

Attributes

  • containerImage (type: String.t, default: nil) - A docker container image that resides in Google Container Registry.
  • environmentId (type: String.t, default: nil) - Environment ID for the Beam runner API proto Environment that corresponds to the current SDK Harness.
  • useSingleCorePerContainer (type: boolean(), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.SdkHarnessContainerImage{
  containerImage: String.t() | nil,
  environmentId: String.t() | nil,
  useSingleCorePerContainer: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.