CommandJobArgs

data class CommandJobArgs(val codeId: Output<String>? = null, val command: Output<String>, val componentId: Output<String>? = null, val computeId: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val distribution: Output<Any>? = null, val environmentId: Output<String>, val environmentVariables: Output<Map<String, String>>? = null, val experimentName: Output<String>? = null, val identity: Output<Any>? = null, val inputs: Output<Map<String, Any>>? = null, val isArchived: Output<Boolean>? = null, val jobType: Output<String>, val limits: Output<CommandJobLimitsArgs>? = null, val notificationSetting: Output<NotificationSettingArgs>? = null, val outputs: Output<Map<String, Any>>? = null, val properties: Output<Map<String, String>>? = null, val queueSettings: Output<QueueSettingsArgs>? = null, val resources: Output<JobResourceConfigurationArgs>? = null, val services: Output<Map<String, JobServiceArgs>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CommandJobArgs>

Command job definition.

Constructors

Link copied to clipboard
constructor(codeId: Output<String>? = null, command: Output<String>, componentId: Output<String>? = null, computeId: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, distribution: Output<Any>? = null, environmentId: Output<String>, environmentVariables: Output<Map<String, String>>? = null, experimentName: Output<String>? = null, identity: Output<Any>? = null, inputs: Output<Map<String, Any>>? = null, isArchived: Output<Boolean>? = null, jobType: Output<String>, limits: Output<CommandJobLimitsArgs>? = null, notificationSetting: Output<NotificationSettingArgs>? = null, outputs: Output<Map<String, Any>>? = null, properties: Output<Map<String, String>>? = null, queueSettings: Output<QueueSettingsArgs>? = null, resources: Output<JobResourceConfigurationArgs>? = null, services: Output<Map<String, JobServiceArgs>>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

ARM resource ID of the code asset.

Link copied to clipboard
val command: Output<String>

Required The command to execute on startup of the job. eg. "python train.py"

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

ARM resource ID of the component resource.

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

ARM resource ID of the compute resource.

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

The asset description text.

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

Display name of job.

Link copied to clipboard
val distribution: Output<Any>? = null

Distribution configuration of the job. If set, this should be one of Mpi, Tensorflow, PyTorch, or null.

Link copied to clipboard
val environmentId: Output<String>

Required The ARM resource ID of the Environment specification for the job.

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

Environment variables included in the job.

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

The name of the experiment the job belongs to. If not set, the job is placed in the "Default" experiment.

Link copied to clipboard
val identity: Output<Any>? = null

Identity configuration. If set, this should be one of AmlToken, ManagedIdentity, UserIdentity or null. Defaults to AmlToken if null.

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

Mapping of input data bindings used in the job.

Link copied to clipboard
val isArchived: Output<Boolean>? = null

Is the asset archived?

Link copied to clipboard
val jobType: Output<String>

Enum to determine the type of job. Expected value is 'Command'.

Link copied to clipboard
val limits: Output<CommandJobLimitsArgs>? = null

Command Job limit.

Link copied to clipboard

Notification setting for the job

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

Mapping of output data bindings used in the job.

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

The asset property dictionary.

Link copied to clipboard
val queueSettings: Output<QueueSettingsArgs>? = null

Queue settings for the job

Link copied to clipboard

Compute Resource configuration for the job.

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

List of JobEndpoints. For local jobs, a job endpoint will have an endpoint value of FileStreamObject.

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

Tag dictionary. Tags can be added, removed, and updated.

Functions

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