Class AutotuningConfig
Autotuning configuration of the workload.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class AutotuningConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Scenarios
Optional. Scenarios for which tunings are applied.
Declaration
[JsonProperty("scenarios")]
public virtual IList<string> Scenarios { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |