Share via


TrainCustomModelResponse type

trainCustomModel işlemi için yanıt verilerini içerir.

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