Class GoogleCloudMlV1StudyConfigMetricSpec
Represents a metric to optimize.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1StudyConfigMetricSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Goal
Required. The optimization goal of the metric.
Declaration
[JsonProperty("goal")]
public virtual string Goal { get; set; }
Property Value
Type | Description |
---|---|
string |
Metric
Required. The name of the metric.
Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type | Description |
---|---|
string |