Class CfnModelCard.TrainingHyperParameterProperty
A hyper parameter that was configured in training the model.
Inheritance
System.Object
CfnModelCard.TrainingHyperParameterProperty
Implements
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
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
Value
The value specified for the hyper parameter.
public string Value { get; set; }
Property Value
System.String