TrainCustomModelResponse type
包含 trainCustomModel 作業的回應資料。
type TrainCustomModelResponse = TrainResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TrainResult
}
}
包含 trainCustomModel 作業的回應資料。
type TrainCustomModelResponse = TrainResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TrainResult
}
}