Show / Hide Table of Contents

Class RuntimeConfig

Runtime configuration for a workload.

Inheritance
object
RuntimeConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RuntimeConfig : IDirectResponseSchema

Properties

ContainerImage

Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.

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

Properties

Optional. A mapping of property names to values, which are used to configure workload execution.

Declaration
[JsonProperty("properties")]
public virtual IDictionary<string, string> Properties { get; set; }
Property Value
Type Description
IDictionary<string, string>

Version

Optional. Version of the batch runtime.

Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX