AWS::SageMaker::ModelCard TrainingHyperParameter - AWS CloudFormation

AWS::SageMaker::ModelCard TrainingHyperParameter

A hyper parameter that was configured in training the model.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "Value" : String }

YAML

Name: String Value: String

Properties

Name

The name of the hyper parameter.

Required: Yes

Type: String

Pattern: .{1,255}

Update requires: No interruption

Value

The value specified for the hyper parameter.

Required: Yes

Type: String

Pattern: .{1,255}

Update requires: No interruption