次の方法で共有


MachineLearningCommandJob(String, ResourceIdentifier) コンストラクター

定義

MachineLearningCommandJob の新しいインスタンスを初期化します。

public MachineLearningCommandJob (string command, Azure.Core.ResourceIdentifier environmentId);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningCommandJob : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.Models.MachineLearningCommandJob
Public Sub New (command As String, environmentId As ResourceIdentifier)

パラメーター

command
String

[必須]ジョブの起動時に実行するコマンド。 例: "python train.py"

environmentId
ResourceIdentifier

[必須]ジョブの環境仕様の ARM リソース ID。

例外

command または environmentId が null です。

適用対象