Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-sagemaker-pipeline.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::SageMaker::Pipeline. Source:- No source definition found, add manually please

Properties

PipelineName string | Aws_CF_FunctionString required

The name of the Pipeline.

PipelineDefinition object required
One of: object object, object object
RoleArn string | Aws_CF_FunctionString required

Role Arn

PipelineDisplayName string | Aws_CF_FunctionString

The display name of the Pipeline.

PipelineDescription string | Aws_CF_FunctionString

The description of the Pipeline.

Tags Tag[]
ParallelismConfiguration object
1 nested properties
MaxParallelExecutionSteps integer required

Maximum parallel execution steps

min=1

Definitions

S3Location object
Bucket string | Aws_CF_FunctionString required

The name of the S3 bucket where the PipelineDefinition file is stored.

Key string | Aws_CF_FunctionString required

The file name of the PipelineDefinition file (Amazon S3 object name).

Version string | Aws_CF_FunctionString

For versioning-enabled buckets, a specific version of the PipelineDefinition file.

ETag string | Aws_CF_FunctionString

The Amazon S3 ETag (a file checksum) of the PipelineDefinition file. If you don't specify a value, SageMaker skips ETag validation of your PipelineDefinition file.

Tag object
Value string | Aws_CF_FunctionString required
Key string | Aws_CF_FunctionString required