Show / Hide Table of Contents

Class GoogleCloudMlV1StudyConfig

Represents configuration of a study.

Inheritance
object
GoogleCloudMlV1StudyConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX