google_api_dataflow v0.26.1 GoogleApi.Dataflow.V1b3.Model.SdkHarnessContainerImage 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.
  • 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(),
  useSingleCorePerContainer: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.