Class GoogleCloudMlV1HyperparameterOutputHyperparameterMetric
An observed value of a metric.
Implements
Inherited Members
Namespace: Google.Apis.CloudMachineLearningEngine.v1.Data
Assembly: Google.Apis.CloudMachineLearningEngine.v1.dll
Syntax
public class GoogleCloudMlV1HyperparameterOutputHyperparameterMetric : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ObjectiveValue
The objective value at this training step.
Declaration
[JsonProperty("objectiveValue")]
public virtual double? ObjectiveValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
TrainingStep
The global training step for this metric.
Declaration
[JsonProperty("trainingStep")]
public virtual long? TrainingStep { get; set; }
Property Value
Type | Description |
---|---|
long? |