共用方式為


HTSTrainParameters 類別

HTS 定型管線的參數。

繼承
azureml.train.automl.runtime._solution_accelorators.data_models.pipeline_parameters.TrainPipelineParameters
HTSTrainParameters

建構函式

HTSTrainParameters(automl_settings: AutoMLConfig | Dict[str, Any], hierarchy_column_names: List[str], training_level: str, enable_engineered_explanations: bool | None = False)

參數

名稱 Description
automl_settings
必要

包含 automl 設定或 AutoMLConfig 物件的聽寫。

hierarchy_column_names
必要

階層資料行名稱。

training_level
必要
str

HTS 訓練等級。

enable_engineered_explanations

交換器會控制工程說明。

預設值: False

方法

validate

驗證提供的參數。

validate

驗證提供的參數。

validate(run_invocation_timeout)

參數

名稱 Description
run_invocation_timeout
必要
int

指定每個 AutoML 執行的逾時。