JobResourceConfiguration interface
- 扩展
属性
docker |
要传递给 Docker run 命令的额外参数。 这将替代系统设置的任何参数,或在本部分中。 此参数仅支持 Azure ML 计算类型。 |
shm |
docker 容器的共享内存块的大小。 这应采用 (number)(unit) 格式,其中数字大于 0,单位可以是 b(字节)、k(千字节)、m(兆字节)或 g(GB)。 |
继承属性
instance |
计算目标使用的实例或节点数可选。 |
instance |
计算目标支持的可选 VM 类型。 |
properties | 其他属性包。 |
属性详细信息
dockerArgs
要传递给 Docker run 命令的额外参数。 这将替代系统设置的任何参数,或在本部分中。 此参数仅支持 Azure ML 计算类型。
dockerArgs?: string
属性值
string
shmSize
docker 容器的共享内存块的大小。 这应采用 (number)(unit) 格式,其中数字大于 0,单位可以是 b(字节)、k(千字节)、m(兆字节)或 g(GB)。
shmSize?: string
属性值
string
继承属性详细信息
instanceCount
instanceType
properties
其他属性包。
properties?: {[propertyName: string]: Record<string, unknown>}
属性值
{[propertyName: string]: Record<string, unknown>}