TrainGetStatusResponse type
Obsahuje data odpovědi pro operaci getStatus.
type TrainGetStatusResponse = ModelTrainingInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelTrainingInfo[]
}
}