JobCreateParameters Class
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.
Job creation parameters.
[Microsoft.Rest.Serialization.JsonTransformation]
public class JobCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type JobCreateParameters = class
Public Class JobCreateParameters
- Inheritance
-
JobCreateParameters
- Attributes
Constructors
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. |
Properties
Caffe2Settings |
Gets or sets caffe2 settings. |
CaffeSettings |
Gets or sets caffe settings. |
ChainerSettings |
Gets or sets chainer settings. |
Cluster |
Gets or sets cluster. |
CntkSettings |
Gets or sets CNTK settings. |
Constraints |
Gets or sets constraints associated with the Job. |
ContainerSettings |
Gets or sets container settings. |
CustomMpiSettings |
Gets or sets custom MPI settings. |
CustomToolkitSettings |
Gets or sets custom tool kit job. |
EnvironmentVariables |
Gets or sets environment variables. |
HorovodSettings |
Gets or sets horovod settings. |
InputDirectories |
Gets or sets input directories. |
JobPreparation |
Gets or sets job preparation. |
MountVolumes |
Gets or sets mount volumes. |
NodeCount |
Gets or sets node count. |
OutputDirectories |
Gets or sets output directories. |
PyTorchSettings |
Gets or sets pyTorch settings. |
SchedulingPriority |
Gets or sets scheduling priority. |
Secrets |
Gets or sets secrets. |
StdOutErrPathPrefix |
Gets or sets standard output path prefix. |
TensorFlowSettings |
Gets or sets tensorFlow settings. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET