ExperimentPlanTemplateTemplatePipeline

data class ExperimentPlanTemplateTemplatePipeline(val envParams: ExperimentPlanTemplateTemplatePipelineEnvParams, val pipelineOrder: Int, val scene: String, val settingParams: Map<String, String>? = null, val workloadId: Int, val workloadName: String)

Constructors

Link copied to clipboard
constructor(envParams: ExperimentPlanTemplateTemplatePipelineEnvParams, pipelineOrder: Int, scene: String, settingParams: Map<String, String>? = null, workloadId: Int, workloadName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains a series of parameters related to the environment. See env_params below.

Link copied to clipboard

Indicates the sequence number of the pipeline node.

Link copied to clipboard

The use of the template scenario. It can have the following optional parameters:

Link copied to clipboard

Represents additional parameters for the run.

Link copied to clipboard

Used to uniquely identify a specific payload.

Link copied to clipboard

The name used to represent a specific payload.