TrainCustomModelResponse type

Contains response data for the trainCustomModel operation.

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