Pipeline
Creates a pipeline that can be run later. Create takes a Pipeline that has all fields other than pipelineId
populated, and then returns the same pipeline with pipelineId
populated. This id can be used to run the pipeline. Caller must have WRITE permission to the project.
Properties
User-specified description.
Specifies the docker run information.
Input parameters of the pipeline.
Output parameters of the pipeline.
Unique pipeline id that is generated by the service when CreatePipeline is called. Cannot be specified in the Pipeline used in the CreatePipelineRequest, and will be populated in the response to CreatePipeline and all subsequent Get and List calls. Indicates that the service has registered this pipeline.
Specifies resource requirements for the pipeline run. Required fields: * minimumCpuCores * minimumRamGb