Condividi tramite


TrainCustomModelResponse type

Contiene i dati di risposta per l'operazione trainCustomModel.

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