Class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings
Run settings for the experiment.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAlphaEvolveExperimentConfigRunSettings : IDirectResponseSchema
Properties
Concurrency
Required. Maximum number of programs that can be generated in parallel. Must be positive.
Declaration
[JsonProperty("concurrency")]
public virtual int? Concurrency { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxDuration
Optional. Maximum duration of the experiment. If unset, defaults to 24 hours.
Declaration
[JsonProperty("maxDuration")]
public virtual object MaxDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
MaxPrograms
Required. Maximum number of programs to generate during the experiment run. The initial program counts towards this limit. Must be greater than 1.
Declaration
[JsonProperty("maxPrograms")]
public virtual int? MaxPrograms { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |