Job Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
Job()
Initialiseert een nieuw exemplaar van de klasse Job.
public Job();
Public Sub New ()
Van toepassing op
Job(String, String, String, String, ResourceId, MountVolumes, Nullable<Int32>, ContainerSettings, String, CNTKsettings, PyTorchSettings, TensorFlowSettings, CaffeSettings, Caffe2Settings, ChainerSettings, CustomToolkitSettings, CustomMpiSettings, HorovodSettings, JobPreparation, String, String, IList<InputDirectory>, IList<OutputDirectory>, IList<EnvironmentVariable>, IList<EnvironmentVariableWithSecretValue>, JobPropertiesConstraints, Nullable<DateTime>, String, Nullable<DateTime>, String, Nullable<DateTime>, JobPropertiesExecutionInfo)
Initialiseert een nieuw exemplaar van de klasse Job.
public Job(string id = default, string name = default, string type = default, string schedulingPriority = default, Microsoft.Azure.Management.BatchAI.Models.ResourceId cluster = default, Microsoft.Azure.Management.BatchAI.Models.MountVolumes mountVolumes = default, int? nodeCount = default, Microsoft.Azure.Management.BatchAI.Models.ContainerSettings containerSettings = default, string toolType = 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, string jobOutputDirectoryPathSegment = default, string stdOutErrPathPrefix = 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.JobPropertiesConstraints constraints = default, DateTime? creationTime = default, string provisioningState = default, DateTime? provisioningStateTransitionTime = default, string executionState = default, DateTime? executionStateTransitionTime = default, Microsoft.Azure.Management.BatchAI.Models.JobPropertiesExecutionInfo executionInfo = default);
new Microsoft.Azure.Management.BatchAI.Models.Job : string * string * string * string * Microsoft.Azure.Management.BatchAI.Models.ResourceId * Microsoft.Azure.Management.BatchAI.Models.MountVolumes * Nullable<int> * Microsoft.Azure.Management.BatchAI.Models.ContainerSettings * string * 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 * string * string * 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.JobPropertiesConstraints * Nullable<DateTime> * string * Nullable<DateTime> * string * Nullable<DateTime> * Microsoft.Azure.Management.BatchAI.Models.JobPropertiesExecutionInfo -> Microsoft.Azure.Management.BatchAI.Models.Job
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional schedulingPriority As String = Nothing, Optional cluster As ResourceId = Nothing, Optional mountVolumes As MountVolumes = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional containerSettings As ContainerSettings = Nothing, Optional toolType As String = 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 jobOutputDirectoryPathSegment As String = Nothing, Optional stdOutErrPathPrefix As String = 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 JobPropertiesConstraints = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional provisioningStateTransitionTime As Nullable(Of DateTime) = Nothing, Optional executionState As String = Nothing, Optional executionStateTransitionTime As Nullable(Of DateTime) = Nothing, Optional executionInfo As JobPropertiesExecutionInfo = Nothing)
Parameters
- id
- String
De id van de resource.
- name
- String
De naam van de resource.
- type
- String
Het type resource.
- schedulingPriority
- String
Planningsprioriteit.
- cluster
- ResourceId
Cluster.
- mountVolumes
- MountVolumes
Koppel volumes.
- containerSettings
- ContainerSettings
Indien opgegeven, wordt de taak uitgevoerd in de opgegeven container.
- toolType
- String
Het toolkit-type van deze taak.
- cntkSettings
- CNTKsettings
Hiermee geeft u de instellingen voor cntk (ook wel Microsoft Cognitive Toolkit) taak.
- pyTorchSettings
- PyTorchSettings
Hiermee geeft u de instellingen voor pyTorch-taak.
- tensorFlowSettings
- TensorFlowSettings
Hiermee geeft u de instellingen voor de Tensor Flow-taak op.
- caffeSettings
- CaffeSettings
Hiermee geeft u de instellingen voor Caffe-taak.
- caffe2Settings
- Caffe2Settings
Hiermee geeft u de instellingen voor Caffe2-taak.
- chainerSettings
- ChainerSettings
Hiermee geeft u de instellingen voor chainer-taak.
- customToolkitSettings
- CustomToolkitSettings
Hiermee geeft u de instellingen voor aangepaste tool kit taak.
- customMpiSettings
- CustomMpiSettings
Hiermee geeft u de instellingen voor aangepaste MPI-taak.
- horovodSettings
- HorovodSettings
Hiermee geeft u de instellingen voor horovod-taak.
- jobPreparation
- JobPreparation
Hiermee geeft u de acties die moeten worden uitgevoerd voordat de tool kit wordt gestart.
- jobOutputDirectoryPathSegment
- String
Uitvoermappadsegment.
- stdOutErrPathPrefix
- String
Standaard voorvoegsel van uitvoermappad.
- inputDirectories
- IList<InputDirectory>
Invoermappen.
- outputDirectories
- IList<OutputDirectory>
Uitvoermappen.
- environmentVariables
- IList<EnvironmentVariable>
Omgevingsvariabelen.
- secrets
- IList<EnvironmentVariableWithSecretValue>
Geheimen.
- constraints
- JobPropertiesConstraints
Beperkingen die zijn gekoppeld aan de taak.
- provisioningState
- String
Inrichtingsstatus.
- executionState
- String
Uitvoeringsstatus.
- executionInfo
- JobPropertiesExecutionInfo
Informatie over de uitvoering van een taak.
Van toepassing op
Azure SDK for .NET