public sealed class RuntimeConfig : IMessage<RuntimeConfig>, IEquatable<RuntimeConfig>, IDeepCloneable<RuntimeConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class RuntimeConfig.
Runtime configuration for a workload.
Implements
IMessageRuntimeConfig, IEquatableRuntimeConfig, IDeepCloneableRuntimeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
RuntimeConfig()
public RuntimeConfig()RuntimeConfig(RuntimeConfig)
public RuntimeConfig(RuntimeConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
RuntimeConfig |
Properties
AutotuningConfig
public AutotuningConfig AutotuningConfig { get; set; }Optional. Autotuning configuration of the workload.
| Property Value | |
|---|---|
| Type | Description |
AutotuningConfig |
|
Cohort
public string Cohort { get; set; }Optional. Cohort identifier. Identifies families of the workloads having the same shape, e.g. daily ETL jobs.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ContainerImage
public string ContainerImage { get; set; }Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Properties
public MapField<string, string> Properties { get; }Optional. A mapping of property names to values, which are used to configure workload execution.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
RepositoryConfig
public RepositoryConfig RepositoryConfig { get; set; }Optional. Dependency repository configuration.
| Property Value | |
|---|---|
| Type | Description |
RepositoryConfig |
|
Version
public string Version { get; set; }Optional. Version of the batch runtime.
| Property Value | |
|---|---|
| Type | Description |
string |
|