JobCreateParameters Constructors
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.
Overloads
JobCreateParameters() |
Initializes a new instance of the JobCreateParameters class. |
JobCreateParameters(ResourceId, Int32, String, String, MountVolumes, ContainerSettings, CNTKsettings, PyTorchSettings, TensorFlowSettings, CaffeSettings, Caffe2Settings, ChainerSettings, CustomToolkitSettings, CustomMpiSettings, HorovodSettings, JobPreparation, IList<InputDirectory>, IList<OutputDirectory>, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, JobBasePropertiesConstraints) |
Initializes a new instance of the JobCreateParameters class. |
JobCreateParameters()
Initializes a new instance of the JobCreateParameters class.
public JobCreateParameters ();
Public Sub New ()
Applies to
JobCreateParameters(ResourceId, Int32, String, String, MountVolumes, ContainerSettings, CNTKsettings, PyTorchSettings, TensorFlowSettings, CaffeSettings, Caffe2Settings, ChainerSettings, CustomToolkitSettings, CustomMpiSettings, HorovodSettings, JobPreparation, IList<InputDirectory>, IList<OutputDirectory>, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, JobBasePropertiesConstraints)
Initializes a new instance of the JobCreateParameters class.
public JobCreateParameters (Microsoft.Azure.Management.BatchAI.Models.ResourceId cluster, int nodeCount, string stdOutErrPathPrefix, string schedulingPriority = default, Microsoft.Azure.Management.BatchAI.Models.MountVolumes mountVolumes = default, Microsoft.Azure.Management.BatchAI.Models.ContainerSettings containerSettings = default, Microsoft.Azure.Management.BatchAI.Models.CNTKsettings cntkSettings = default, Microsoft.Azure.Management.BatchAI.Models.PyTorchSettings pyTorchSettings = default, Microsoft.Azure.Management.BatchAI.Models.TensorFlowSettings tensorFlowSettings = default, Microsoft.Azure.Management.BatchAI.Models.CaffeSettings caffeSettings = default, Microsoft.Azure.Management.BatchAI.Models.Caffe2Settings caffe2Settings = default, Microsoft.Azure.Management.BatchAI.Models.ChainerSettings chainerSettings = default, Microsoft.Azure.Management.BatchAI.Models.CustomToolkitSettings customToolkitSettings = default, Microsoft.Azure.Management.BatchAI.Models.CustomMpiSettings customMpiSettings = default, Microsoft.Azure.Management.BatchAI.Models.HorovodSettings horovodSettings = default, Microsoft.Azure.Management.BatchAI.Models.JobPreparation jobPreparation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.InputDirectory> inputDirectories = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.OutputDirectory> outputDirectories = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> environmentVariables = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> secrets = default, Microsoft.Azure.Management.BatchAI.Models.JobBasePropertiesConstraints constraints = default);
new Microsoft.Azure.Management.BatchAI.Models.JobCreateParameters : Microsoft.Azure.Management.BatchAI.Models.ResourceId * int * string * string * Microsoft.Azure.Management.BatchAI.Models.MountVolumes * Microsoft.Azure.Management.BatchAI.Models.ContainerSettings * Microsoft.Azure.Management.BatchAI.Models.CNTKsettings * Microsoft.Azure.Management.BatchAI.Models.PyTorchSettings * Microsoft.Azure.Management.BatchAI.Models.TensorFlowSettings * Microsoft.Azure.Management.BatchAI.Models.CaffeSettings * Microsoft.Azure.Management.BatchAI.Models.Caffe2Settings * Microsoft.Azure.Management.BatchAI.Models.ChainerSettings * Microsoft.Azure.Management.BatchAI.Models.CustomToolkitSettings * Microsoft.Azure.Management.BatchAI.Models.CustomMpiSettings * Microsoft.Azure.Management.BatchAI.Models.HorovodSettings * Microsoft.Azure.Management.BatchAI.Models.JobPreparation * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.InputDirectory> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.OutputDirectory> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariableWithSecretValue> * Microsoft.Azure.Management.BatchAI.Models.JobBasePropertiesConstraints -> Microsoft.Azure.Management.BatchAI.Models.JobCreateParameters
Public Sub New (cluster As ResourceId, nodeCount As Integer, stdOutErrPathPrefix As String, Optional schedulingPriority As String = Nothing, Optional mountVolumes As MountVolumes = Nothing, Optional containerSettings As ContainerSettings = Nothing, Optional cntkSettings As CNTKsettings = Nothing, Optional pyTorchSettings As PyTorchSettings = Nothing, Optional tensorFlowSettings As TensorFlowSettings = Nothing, Optional caffeSettings As CaffeSettings = Nothing, Optional caffe2Settings As Caffe2Settings = Nothing, Optional chainerSettings As ChainerSettings = Nothing, Optional customToolkitSettings As CustomToolkitSettings = Nothing, Optional customMpiSettings As CustomMpiSettings = Nothing, Optional horovodSettings As HorovodSettings = Nothing, Optional jobPreparation As JobPreparation = Nothing, Optional inputDirectories As IList(Of InputDirectory) = Nothing, Optional outputDirectories As IList(Of OutputDirectory) = Nothing, Optional environmentVariables As IList(Of EnvironmentVariable) = Nothing, Optional secrets As IList(Of EnvironmentVariableWithSecretValue) = Nothing, Optional constraints As JobBasePropertiesConstraints = Nothing)
Parameters
- cluster
- ResourceId
Cluster.
- nodeCount
- Int32
Node count.
- stdOutErrPathPrefix
- String
Standard output path prefix.
- schedulingPriority
- String
Scheduling priority.
- mountVolumes
- MountVolumes
Mount volumes.
- containerSettings
- ContainerSettings
Container settings.
- cntkSettings
- CNTKsettings
CNTK settings.
- pyTorchSettings
- PyTorchSettings
pyTorch settings.
- tensorFlowSettings
- TensorFlowSettings
TensorFlow settings.
- caffeSettings
- CaffeSettings
Caffe settings.
- caffe2Settings
- Caffe2Settings
Caffe2 settings.
- chainerSettings
- ChainerSettings
Chainer settings.
- customToolkitSettings
- CustomToolkitSettings
Custom tool kit job.
- customMpiSettings
- CustomMpiSettings
Custom MPI settings.
- horovodSettings
- HorovodSettings
Horovod settings.
- jobPreparation
- JobPreparation
Job preparation.
- inputDirectories
- IList<InputDirectory>
Input directories.
- outputDirectories
- IList<OutputDirectory>
Output directories.
- environmentVariables
- IList<EnvironmentVariable>
Environment variables.
- secrets
- IList<EnvironmentVariableWithSecretValue>
Secrets.
- constraints
- JobBasePropertiesConstraints
Constraints associated with the Job.
Applies to
Azure SDK for .NET