WorkspaceRunArgs

data class WorkspaceRunArgs(val experimentId: Output<String>? = null, val runName: Output<String>? = null, val sourceId: Output<String>? = null, val sourceType: Output<String>? = null) : ConvertibleToJava<WorkspaceRunArgs>

Provides a PAI Workspace Run resource. For information about PAI Workspace Run and how to use it, see What is Run.

NOTE: Available since v1.236.0.

Import

PAI Workspace Run can be imported using the id, e.g.

$ pulumi import alicloud:pai/workspaceRun:WorkspaceRun example <id>

Constructors

Link copied to clipboard
constructor(experimentId: Output<String>? = null, runName: Output<String>? = null, sourceId: Output<String>? = null, sourceType: Output<String>? = null)

Properties

Link copied to clipboard
val experimentId: Output<String>? = null

Resource attribute field of the experiment ID to which Run belongs

Link copied to clipboard
val runName: Output<String>? = null

The name of the resource

Link copied to clipboard
val sourceId: Output<String>? = null

Attribute Resource field representing the source task ID

Link copied to clipboard
val sourceType: Output<String>? = null

Resource attribute fields representing the source type

Functions

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