pipeline_endpoint Module

Defines classes for managing pipelines including versioning and endpoints.

Classes

PipelineEndpoint

Represents a Pipeline workflow that can be triggered from a unique endpoint URL.

PipelineEndpoints can be used to create new versions of a PublishedPipeline while maintaining the same endpoint. PipelineEndpoints are uniquely named within a workspace.

Using the endpoint attribute of a PipelineEndpoint object, you can trigger new pipeline runs from external applications with REST calls. For information about how to authenticate when calling REST endpoints, see https://aka.ms/pl-restep-auth.

For more information about creating and running machine learning pipelines, see https://aka.ms/pl-first-pipeline.

Initialize PipelineEndpoint.

PipelineIdVersion

Defines the ID of a pipeline version.

Initialize PipelineIdVersion.

PipelineVersion

Defines the version and published pipeline of a pipeline.

Initialize PipelineVersion.