ExperimentPlanTemplateTemplatePipelineArgs

data class ExperimentPlanTemplateTemplatePipelineArgs(val envParams: Output<ExperimentPlanTemplateTemplatePipelineEnvParamsArgs>, val pipelineOrder: Output<Int>, val scene: Output<String>, val settingParams: Output<Map<String, String>>? = null, val workloadId: Output<Int>, val workloadName: Output<String>) : ConvertibleToJava<ExperimentPlanTemplateTemplatePipelineArgs>

Constructors

constructor(envParams: Output<ExperimentPlanTemplateTemplatePipelineEnvParamsArgs>, pipelineOrder: Output<Int>, scene: Output<String>, settingParams: Output<Map<String, String>>? = null, workloadId: Output<Int>, workloadName: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val pipelineOrder: Output<Int>

Indicates the sequence number of the pipeline node.

Link copied to clipboard
val scene: Output<String>

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

Link copied to clipboard
val settingParams: Output<Map<String, String>>? = null

Represents additional parameters for the run.

Link copied to clipboard
val workloadId: Output<Int>

Used to uniquely identify a specific payload.

Link copied to clipboard
val workloadName: Output<String>

The name used to represent a specific payload.

Functions

Link copied to clipboard
open override fun toJava(): ExperimentPlanTemplateTemplatePipelineArgs