Поделиться через


TrainGetStatusResponse type

Содержит данные ответа для операции getStatus.

type TrainGetStatusResponse = ModelTrainingInfo[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModelTrainingInfo[]
  }
}