Class CfnAlgorithm.HyperParameterTuningJobObjectiveProperty
Inherited Members
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAlgorithm.HyperParameterTuningJobObjectiveProperty : CfnAlgorithm.IHyperParameterTuningJobObjectiveProperty
Syntax (vb)
Public Class CfnAlgorithm.HyperParameterTuningJobObjectiveProperty Implements CfnAlgorithm.IHyperParameterTuningJobObjectiveProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var hyperParameterTuningJobObjectiveProperty = new HyperParameterTuningJobObjectiveProperty {
MetricName = "metricName",
Type = "type"
};
Synopsis
Constructors
| HyperParameterTuningJobObjectiveProperty() |
Properties
| MetricName | |
| Type |
Constructors
HyperParameterTuningJobObjectiveProperty()
public HyperParameterTuningJobObjectiveProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var hyperParameterTuningJobObjectiveProperty = new HyperParameterTuningJobObjectiveProperty {
MetricName = "metricName",
Type = "type"
};
Properties
MetricName
public string MetricName { get; set; }
Property Value
Remarks
Type
public string Type { get; set; }