Show / Hide Table of Contents

Class CfnModelCard.TrainingHyperParameterProperty

A hyper parameter that was configured in training the model.

Inheritance
System.Object
CfnModelCard.TrainingHyperParameterProperty
Implements
CfnModelCard.ITrainingHyperParameterProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class TrainingHyperParameterProperty : Object, CfnModelCard.ITrainingHyperParameterProperty
Syntax (vb)
Public Class TrainingHyperParameterProperty
    Inherits Object
    Implements CfnModelCard.ITrainingHyperParameterProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-traininghyperparameter.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 trainingHyperParameterProperty = new TrainingHyperParameterProperty {
    Name = "name",
    Value = "value"
};

Synopsis

Constructors

TrainingHyperParameterProperty()

Properties

Name

The name of the hyper parameter.

Value

The value specified for the hyper parameter.

Constructors

TrainingHyperParameterProperty()

public TrainingHyperParameterProperty()

Properties

Name

The name of the hyper parameter.

public string Name { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-traininghyperparameter.html#cfn-sagemaker-modelcard-traininghyperparameter-name

Value

The value specified for the hyper parameter.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-traininghyperparameter.html#cfn-sagemaker-modelcard-traininghyperparameter-value

Implements

CfnModelCard.ITrainingHyperParameterProperty
Back to top Generated by DocFX