AWS::SageMaker::ModelCard TrainingHyperParameter - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::ModelCard TrainingHyperParameter

A hyper parameter that was configured in training the model.

Syntax

To declare this entity in your Amazon 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