aws-cdk-lib.aws_sagemaker.CfnModelCard.TrainingHyperParameterProperty

interface TrainingHyperParameterProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelCard.TrainingHyperParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_TrainingHyperParameterProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelCard.TrainingHyperParameterProperty
Pythonaws_cdk.aws_sagemaker.CfnModelCard.TrainingHyperParameterProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelCard » TrainingHyperParameterProperty

A hyper parameter that was configured in training the model.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const trainingHyperParameterProperty: sagemaker.CfnModelCard.TrainingHyperParameterProperty = {
  name: 'name',
  value: 'value',
};

Properties

NameTypeDescription
namestringThe name of the hyper parameter.
valuestringThe value specified for the hyper parameter.

name

Type: string

The name of the hyper parameter.


value

Type: string

The value specified for the hyper parameter.