AWS::Scheduler::Schedule SageMakerPipelineParameter - 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::Scheduler::Schedule SageMakerPipelineParameter

The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.

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

Name of parameter to start execution of a SageMaker Model Building Pipeline.

Required: Yes

Type: String

Pattern: ^[A-Za-z0-9\-_]*$

Minimum: 1

Maximum: 256

Update requires: No interruption

Value

Value of parameter to start execution of a SageMaker Model Building Pipeline.

Required: Yes

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption