GetModelInfo interface
메서드
get(Request |
AI 모델에 대한 정보를 반환합니다.
메서드는 지정된 엔드포인트에서 |
메서드 세부 정보
get(RequestParameters)
AI 모델에 대한 정보를 반환합니다.
메서드는 지정된 엔드포인트에서 /info
경로에 REST API를 호출합니다.
function get(options?: RequestParameters): StreamableMethod<GetModelInfo200Response | GetModelInfoDefaultResponse>
매개 변수
- options
- RequestParameters
반환
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript