public sealed class AutotuningConfig : IMessage<AutotuningConfig>, IEquatable<AutotuningConfig>, IDeepCloneable<AutotuningConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class AutotuningConfig.
Autotuning configuration of the workload.
Implements
IMessageAutotuningConfig, IEquatableAutotuningConfig, IDeepCloneableAutotuningConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
AutotuningConfig()
public AutotuningConfig()
AutotuningConfig(AutotuningConfig)
public AutotuningConfig(AutotuningConfig other)
Parameter | |
---|---|
Name | Description |
other |
AutotuningConfig |
Properties
Scenarios
public RepeatedField<AutotuningConfig.Types.Scenario> Scenarios { get; }
Optional. Scenarios for which tunings are applied.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAutotuningConfigTypesScenario |