AutoMLExperiment.AutoMLExperimentSettings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class AutoMLExperiment.AutoMLExperimentSettings : Microsoft.ML.AutoML.ExperimentSettings
type AutoMLExperiment.AutoMLExperimentSettings = class
inherit ExperimentSettings
Public Class AutoMLExperiment.AutoMLExperimentSettings
Inherits ExperimentSettings
- 繼承
建構函式
AutoMLExperiment.AutoMLExperimentSettings() |
欄位
MaxModels | (繼承來源 ExperimentSettings) |
屬性
CacheBeforeTrainer |
AutoML 是否應該在 ML.NET 定型器之前快取。 如需快取的詳細資訊,請參閱 WantCaching 。 (繼承來源 ExperimentSettings) |
CacheDirectoryName |
這是在 AutoML 實驗期間定型的所有模型都會儲存的目錄名稱。
如果 |
CancellationToken |
AutoML 實驗的取消權杖。 它會傳播應該取消實驗的通知。 (繼承來源 ExperimentSettings) |
MaxExperimentTimeInSeconds |
允許實驗執行的秒數上限。 (繼承來源 ExperimentSettings) |
MaximumMemoryUsageInMegaByte | (繼承來源 ExperimentSettings) |
SearchSpace | |
Seed |