TrainGetStatusResponse type
Innehåller svarsdata för getStatus-åtgärden.
type TrainGetStatusResponse = ModelTrainingInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelTrainingInfo[]
}
}