TrainCustomModelResponse type

Innehåller svarsdata för åtgärden trainCustomModel.

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