TrainGetStatusResponse type
Contains response data for the getStatus operation.
type TrainGetStatusResponse = ModelTrainingInfo[] & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ModelTrainingInfo[]
}
}