AutoMLVertical interface
AutoML 垂直類別。 AutoML 垂直的基類 - TableVertical/ImageVertical/NLPVertical
屬性
log |
作業的記錄詳細資訊。 |
target |
目標數據行名稱:這是預測值數據行。 也稱為分類工作內容中的標籤數據行名稱。 |
task |
多型歧視性,指定這個物件可以是的不同類型 |
training |
[必要]定型數據輸入。 |
屬性詳細資料
logVerbosity
作業的記錄詳細資訊。
logVerbosity?: string
屬性值
string
targetColumnName
目標數據行名稱:這是預測值數據行。 也稱為分類工作內容中的標籤數據行名稱。
targetColumnName?: string
屬性值
string
taskType
多型歧視性,指定這個物件可以是的不同類型
taskType: "Classification" | "Forecasting" | "ImageClassification" | "ImageClassificationMultilabel" | "ImageInstanceSegmentation" | "ImageObjectDetection" | "Regression" | "TextClassification" | "TextClassificationMultilabel" | "TextNER"
屬性值
"Classification" | "Forecasting" | "ImageClassification" | "ImageClassificationMultilabel" | "ImageInstanceSegmentation" | "ImageObjectDetection" | "Regression" | "TextClassification" | "TextClassificationMultilabel" | "TextNER"