Show / Hide Table of Contents

Class CfnAlgorithm.HyperParameterTuningJobObjectiveProperty

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-hyperparametertuningjobobjective.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-hyperparametertuningjobobjective.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-hyperparametertuningjobobjective.html#cfn-sagemaker-algorithm-hyperparametertuningjobobjective-metricname

Type

public string Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-algorithm-hyperparametertuningjobobjective.html#cfn-sagemaker-algorithm-hyperparametertuningjobobjective-type

Implements

CfnAlgorithm.IHyperParameterTuningJobObjectiveProperty
Back to top Generated by DocFX