Class RuntimeConfig
Runtime configuration for a workload.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class RuntimeConfig : IDirectResponseSchema
Properties
AutotuningConfig
Optional. Autotuning configuration of the workload.
Declaration
[JsonProperty("autotuningConfig")]
public virtual AutotuningConfig AutotuningConfig { get; set; }
Property Value
Type | Description |
---|---|
AutotuningConfig |
Cohort
Optional. Cohort identifier. Identifies families of the workloads having the same shape, e.g. daily ETL jobs.
Declaration
[JsonProperty("cohort")]
public virtual string Cohort { get; set; }
Property Value
Type | Description |
---|---|
string |
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> |
RepositoryConfig
Optional. Dependency repository configuration.
Declaration
[JsonProperty("repositoryConfig")]
public virtual RepositoryConfig RepositoryConfig { get; set; }
Property Value
Type | Description |
---|---|
RepositoryConfig |
Version
Optional. Version of the batch runtime.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |