TrainGetStatusResponse type
A getStatus művelet válaszadatait tartalmazza.
type TrainGetStatusResponse = ModelTrainingInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelTrainingInfo[]
}
}