PipelineIdVersion Class

Defines the ID of a pipeline version.

Initialize PipelineIdVersion.

Inheritance
builtins.object
PipelineIdVersion

Constructor

PipelineIdVersion(version, pipeline_id)

Parameters

Name Description
version
Required
str

The version of the pipeline.

pipeline_id
Required
str

The published pipeline ID.

Attributes

pipeline_id

Get the ID of the PipelineVersion.

Returns

Type Description
str

The ID of pipeline.

version

Get the version of the PipelineVersion.

Returns

Type Description
str

The version of pipeline.