TrainCustomModelResponse type

يحتوي على بيانات الاستجابة لعملية trainCustomModel.

type TrainCustomModelResponse = TrainResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TrainResult
  }
}