Method GetPredictionTaskResult
GetPredictionTaskResult(String)
タスクごとの推論結果の取得
Declaration
public IPredictionTaskResult GetPredictionTaskResult(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | 名前 |
Returns
Type | Description |
---|---|
IPredictionTaskResult | タスクごとの推論結果 |