Compartir a través de


JobResourceConfiguration interface

Extends

Properties

dockerArgs

Extra arguments to pass to the Docker run command. This would override any parameters that have already been set by the system, or in this section. This parameter is only supported for Azure ML compute types.

shmSize

Size of the docker container's shared memory block. This should be in the format of (number)(unit) where number as to be greater than 0 and the unit can be one of b(bytes), k(kilobytes), m(megabytes), or g(gigabytes).

Inherited Properties

instanceCount

Optional number of instances or nodes used by the compute target.

instanceType

Optional type of VM used as supported by the compute target.

properties

Additional properties bag.

Property Details

dockerArgs

Extra arguments to pass to the Docker run command. This would override any parameters that have already been set by the system, or in this section. This parameter is only supported for Azure ML compute types.

dockerArgs?: string

Property Value

string

shmSize

Size of the docker container's shared memory block. This should be in the format of (number)(unit) where number as to be greater than 0 and the unit can be one of b(bytes), k(kilobytes), m(megabytes), or g(gigabytes).

shmSize?: string

Property Value

string

Inherited Property Details

instanceCount

Optional number of instances or nodes used by the compute target.

instanceCount?: number

Property Value

number

Inherited From ResourceConfiguration.instanceCount

instanceType

Optional type of VM used as supported by the compute target.

instanceType?: string

Property Value

string

Inherited From ResourceConfiguration.instanceType

properties

Additional properties bag.

properties?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

Inherited From ResourceConfiguration.properties