TrainingAPIClientCreateProjectOptionalParams interface
選擇性參數。
- Extends
屬性
classification |
要為此專案建立的分類器類型。 可能的值包括:'Multiclass'、'Multilabel' |
description | 專案的描述。 |
domain |
要用於這個專案之網域的識別碼。 預設為 [一般]。 |
options | 其他專案建立選項。 |
target |
定型模型想要匯出的平臺清單。 |
繼承的屬性
abort |
可用來中止要求的訊號。 |
custom |
使用者定義自訂要求標頭,將在傳送要求之前套用。 |
on |
下載進度時引發的回呼。 |
on |
上傳進度時引發的回呼。 |
timeout | 要求在自動終止之前可能需要的毫秒數。 |
屬性詳細資料
classificationType
要為此專案建立的分類器類型。 可能的值包括:'Multiclass'、'Multilabel'
classificationType?: ClassificationType
屬性值
description
專案的描述。
description?: string
屬性值
string
domainId
要用於這個專案之網域的識別碼。 預設為 [一般]。
domainId?: string
屬性值
string
options
targetExportPlatforms
定型模型想要匯出的平臺清單。
targetExportPlatforms?: string[]
屬性值
string[]
繼承的屬性詳細資料
abortSignal
可用來中止要求的訊號。
abortSignal?: AbortSignalLike
屬性值
繼承自 msRest.RequestOptionsBase.abortSignal
customHeaders
使用者定義自訂要求標頭,將在傳送要求之前套用。
customHeaders?: {[key: string]: string}
屬性值
{[key: string]: string}
繼承自 msRest.RequestOptionsBase.customHeaders
onDownloadProgress
下載進度時引發的回呼。
onDownloadProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
繼承自 msRest.RequestOptionsBase.onDownloadProgress
onUploadProgress
上傳進度時引發的回呼。
onUploadProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
繼承自 msRest.RequestOptionsBase.onUploadProgress
timeout
要求在自動終止之前可能需要的毫秒數。
timeout?: number
屬性值
number
繼承自 msRest.RequestOptionsBase.timeout