PipelineVersion Class

Defines the version and published pipeline of a pipeline.

Initialize PipelineVersion.

Inheritance
builtins.object
PipelineVersion

Constructor

PipelineVersion(version, pipeline)

Parameters

Name Description
version
Required
str

The version of the pipeline.

pipeline
Required

The published pipeline.

version
Required
str

The version of the pipeline.

pipeline
Required

The published pipeline.

Attributes

pipeline

Get the pipeline of the PipelineVersion.

Returns

Type Description

The published pipeline.

version

Get the version of the PipelineVersion.

Returns

Type Description
str

The version of pipeline.