Jump to Content
Pipeline
GuidesAPI reference
💬 Discord➡️ DashboardPipeline
💬 Discord➡️ Dashboard
GuidesAPI reference

About

  • Pipeline AI
  • FAQ

Library

  • Getting started

Command Line Interface (CLI)

  • pipeline
  • pipeline remote
  • pipeline runs
  • pipeline tags

Custom models

  • Create and deploy a general pipeline
  • Deploy a HuggingFace model
    • Example from a Hugging Face pipeline
  • Deploy a PyTorch model
  • Create and deploy an ONNX pipeline
  • Create and deploy a Spacy pipeline
  • Example from Tensorflow Hub
  • Pipeline Cloud server packages

Python API

  • pipeline
  • pipeline.Pipeline
  • pipeline.Variable
  • pipeline.pipeline_model
  • pipeline.pipeline_function
  • pipeline.PipelineFile
  • pipeline.objects.graph.Graph
  • pipeline.objects.graph_node.GraphNode
  • pipeline.objects.model.Model
  • pipeline.objects.function.Function
  • pipeline.objects.environment.Environment
  • pipeline.docker.create_pipeline_api
  • pipeline.docker.create_dockerfile

pipeline

CLI for Pipeline management on a remote compute service

Usage

pipeline [-h] [-v VERBOSE] {login} ...

Description

pipeline is used for managing pipelines on a remote compute service.

Updated about 2 months ago


  • Table of Contents
    • Usage
    • Description