JobCreateParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JobCreateParameters()
JobCreateParameters クラスの新しいインスタンスを初期化します。
public JobCreateParameters ();
Public Sub New ()
適用対象
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)
JobCreateParameters クラスの新しいインスタンスを初期化します。
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)
パラメーター
- cluster
- ResourceId
クラスター。
- nodeCount
- Int32
ノード数。
- stdOutErrPathPrefix
- String
標準出力パス プレフィックス。
- schedulingPriority
- String
スケジュールの優先順位。
- mountVolumes
- MountVolumes
ボリュームをマウントします。
- containerSettings
- ContainerSettings
コンテナーの設定。
- cntkSettings
- CNTKsettings
CNTK 設定。
- pyTorchSettings
- PyTorchSettings
pyTorch の設定。
- tensorFlowSettings
- TensorFlowSettings
TensorFlow の設定。
- caffeSettings
- CaffeSettings
Caffe の設定。
- caffe2Settings
- Caffe2Settings
Caffe2 の設定。
- chainerSettings
- ChainerSettings
Chainer の設定。
- customToolkitSettings
- CustomToolkitSettings
カスタム ツール キット ジョブ。
- customMpiSettings
- CustomMpiSettings
カスタム MPI 設定。
- horovodSettings
- HorovodSettings
Horovod の設定。
- jobPreparation
- JobPreparation
ジョブの準備。
- inputDirectories
- IList<InputDirectory>
入力ディレクトリ。
- outputDirectories
- IList<OutputDirectory>
出力ディレクトリ。
- environmentVariables
- IList<EnvironmentVariable>
環境変数。
- secrets
- IList<EnvironmentVariableWithSecretValue>
シークレット。
- constraints
- JobBasePropertiesConstraints
ジョブに関連付けられている制約。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET