Class GoogleCloudMlV1StudyConfig
Represents configuration of a study.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1StudyConfig : IDirectResponseSchema
Properties
Algorithm
The search algorithm specified for the study.
Declaration
[JsonProperty("algorithm")]
public virtual string Algorithm { get; set; }
Property Value
Type | Description |
---|---|
string |
AutomatedStoppingConfig
Configuration for automated stopping of unpromising Trials.
Declaration
[JsonProperty("automatedStoppingConfig")]
public virtual GoogleCloudMlV1AutomatedStoppingConfig AutomatedStoppingConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudMlV1AutomatedStoppingConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
Metric specs for the study.
Declaration
[JsonProperty("metrics")]
public virtual IList<GoogleCloudMlV1StudyConfigMetricSpec> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudMlV1StudyConfigMetricSpec> |
Parameters
Required. The set of parameters to tune.
Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleCloudMlV1StudyConfigParameterSpec> Parameters { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudMlV1StudyConfigParameterSpec> |