共用方式為


TrainGetStatusResponse type

包含 getStatus 作業的回應資料。

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