Class SdkHarnessContainerImage
Defines an SDK harness container for executing Dataflow pipelines.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class SdkHarnessContainerImage : IDirectResponseSchema
Properties
Capabilities
The set of capabilities enumerated in the above Environment proto. See also beam_runner_api.proto
Declaration
[JsonProperty("capabilities")]
public virtual IList<string> Capabilities { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ContainerImage
A docker container image that resides in Google Container Registry.
Declaration
[JsonProperty("containerImage")]
public virtual string ContainerImage { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnvironmentId
Environment ID for the Beam runner API proto Environment that corresponds to the current SDK Harness.
Declaration
[JsonProperty("environmentId")]
public virtual string EnvironmentId { get; set; }
Property Value
Type | Description |
---|---|
string |
UseSingleCorePerContainer
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.
Declaration
[JsonProperty("useSingleCorePerContainer")]
public virtual bool? UseSingleCorePerContainer { get; set; }
Property Value
Type | Description |
---|---|
bool? |