ScriptAction interface
自定义脚本作,在 HDI ondemand 群集上运行一旦启动。
属性
| name | 脚本作的用户提供的名称。 |
| parameters | 脚本作的参数。 |
| roles | 应对其执行脚本作的节点类型。 |
| uri | 脚本作的 URI。 |
属性详细信息
name
脚本作的用户提供的名称。
name: string
属性值
string
parameters
脚本作的参数。
parameters?: string
属性值
string
roles
应对其执行脚本作的节点类型。
roles: any
属性值
any
uri
脚本作的 URI。
uri: string
属性值
string