Aracılığıyla paylaş


TrainGetStatusResponse type

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

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