IJobResourceConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.JobResourceConfigurationTypeConverter))]
public interface IJobResourceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IResourceConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.JobResourceConfigurationTypeConverter))>]
type IJobResourceConfiguration = interface
interface IJsonSerializable
interface IResourceConfiguration
Public Interface IJobResourceConfiguration
Implements IResourceConfiguration
- Derived
- Attributes
- Implements
Properties
DockerArg |
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. |
InstanceCount |
Optional number of instances or nodes used by the compute target. (Inherited from IResourceConfiguration) |
InstanceType |
Optional type of VM used as supported by the compute target. (Inherited from IResourceConfiguration) |
Property |
Additional properties bag. (Inherited from IResourceConfiguration) |
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). |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |