Get Pipeline Result
data class GetPipelineResult(val description: String, val docker: DockerExecutorResponse, val inputParameters: List<PipelineParameterResponse>, val name: String, val outputParameters: List<PipelineParameterResponse>, val pipelineId: String, val project: String, val resources: PipelineResourcesResponse)
Constructors
Link copied to clipboard
constructor(description: String, docker: DockerExecutorResponse, inputParameters: List<PipelineParameterResponse>, name: String, outputParameters: List<PipelineParameterResponse>, pipelineId: String, project: String, resources: PipelineResourcesResponse)
Properties
Link copied to clipboard
User-specified description.
Link copied to clipboard
Specifies the docker run information.
Link copied to clipboard
Input parameters of the pipeline.
Link copied to clipboard
Output parameters of the pipeline.
Link copied to clipboard
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.
Link copied to clipboard
Specifies resource requirements for the pipeline run. Required fields: * minimumCpuCores * minimumRamGb