Aracılığıyla paylaş


ModelListCustomPrebuiltModelsResponse type

listCustomPrebuiltModels işleminin yanıt verilerini içerir.

type ModelListCustomPrebuiltModelsResponse = CustomPrebuiltModel[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CustomPrebuiltModel[]
  }
}