TrainingAPIClientTrainProjectOptionalParams interface
選擇性參數。
- Extends
屬性
force |
即使資料集和設定不會變更 (預設值,是否要強制定型:false) 。 預設值:false。 |
notification |
訓練完成時傳送通知的電子郵件地址 (預設值:null) 。 |
reserved |
如果適用) ,保留為訓練 (預算的時數。 預設值:0. |
training |
傳入的其他定型參數,以控制專案的定型方式。 |
training |
要用來定型專案的定型類型 (預設值:一般) 。 可能的值包括:'Regular'、'Advanced' |
繼承的屬性
abort |
可用來中止要求的訊號。 |
custom |
使用者定義自訂要求標頭,將在傳送要求之前套用。 |
on |
下載進度時引發的回呼。 |
on |
上傳進度時引發的回呼。 |
timeout | 要求在自動終止之前可能需要的毫秒數。 |
屬性詳細資料
forceTrain
即使資料集和設定不會變更 (預設值,是否要強制定型:false) 。 預設值:false。
forceTrain?: boolean
屬性值
boolean
notificationEmailAddress
訓練完成時傳送通知的電子郵件地址 (預設值:null) 。
notificationEmailAddress?: string
屬性值
string
reservedBudgetInHours
如果適用) ,保留為訓練 (預算的時數。 預設值:0.
reservedBudgetInHours?: number
屬性值
number
trainingParameters
trainingType
繼承的屬性詳細資料
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