RosJobProps
Properties for defining a RosJob
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paidlc-job
Initializer
using AlibabaCloud.SDK.ROS.CDK.Paidlc;
new RosJobProps {
object DisplayName,
object JobSpecs,
object JobType,
object UserCommand,
object WorkspaceId,
object CodeSource = null,
object DataSources = null,
object Envs = null,
object JobMaxRunningTimeMinutes = null,
object Options = null,
object Priority = null,
object ResourceId = null,
object Settings = null,
object SuccessPolicy = null,
object ThirdpartyLibDir = null,
object ThirdpartyLibs = null,
object UserVpc = null
};
Properties
Name | Type | Description |
---|---|---|
DisplayName |
object |
No description. |
JobSpecs |
object |
No description. |
JobType |
object |
No description. |
UserCommand |
object |
No description. |
WorkspaceId |
object |
No description. |
CodeSource |
object |
No description. |
DataSources |
object |
No description. |
Envs |
object |
No description. |
JobMaxRunningTimeMinutes |
object |
No description. |
Options |
object |
No description. |
Priority |
object |
No description. |
ResourceId |
object |
No description. |
Settings |
object |
No description. |
SuccessPolicy |
object |
No description. |
ThirdpartyLibDir |
object |
No description. |
ThirdpartyLibs |
object |
No description. |
UserVpc |
object |
No description. |
DisplayName
Required
public object DisplayName { get; set; }
- Type: object
JobSpecs
Required
public object JobSpecs { get; set; }
- Type: object
JobType
Required
public object JobType { get; set; }
- Type: object
UserCommand
Required
public object UserCommand { get; set; }
- Type: object
WorkspaceId
Required
public object WorkspaceId { get; set; }
- Type: object
CodeSource
Optional
public object CodeSource { get; set; }
- Type: object
DataSources
Optional
public object DataSources { get; set; }
- Type: object
Envs
Optional
public object Envs { get; set; }
- Type: object
JobMaxRunningTimeMinutes
Optional
public object JobMaxRunningTimeMinutes { get; set; }
- Type: object
Options
Optional
public object Options { get; set; }
- Type: object
Priority
Optional
public object Priority { get; set; }
- Type: object
ResourceId
Optional
public object ResourceId { get; set; }
- Type: object
Settings
Optional
public object Settings { get; set; }
- Type: object
SuccessPolicy
Optional
public object SuccessPolicy { get; set; }
- Type: object
ThirdpartyLibDir
Optional
public object ThirdpartyLibDir { get; set; }
- Type: object
ThirdpartyLibs
Optional
public object ThirdpartyLibs { get; set; }
- Type: object
UserVpc
Optional
public object UserVpc { get; set; }
- Type: object