FixedInputData(JobInputType, Uri) コンストラクター

定義

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

public FixedInputData (Azure.ResourceManager.MachineLearning.Models.JobInputType jobInputType, Uri uri);
new Azure.ResourceManager.MachineLearning.Models.FixedInputData : Azure.ResourceManager.MachineLearning.Models.JobInputType * Uri -> Azure.ResourceManager.MachineLearning.Models.FixedInputData
Public Sub New (jobInputType As JobInputType, uri As Uri)

パラメーター

jobInputType
JobInputType

[必須]ジョブの種類を指定します。

uri
Uri

[必須]入力資産 URI。

例外

uri が null です。

適用対象