Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/models/{object_id}/versions/{digest} \ --header 'Authorization: Basic <encoded-value>'
{ "object_id": "<string>", "digest": "<string>", "version_index": 123, "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "source_code": "<string>", "description": "<string>", "attributes": {} }
모델 객체를 조회합니다.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
성공 응답
모델 ID
모델의 다이제스트
객체의 버전 인덱스
모델이 생성된 시점
모델의 이름
모델의 소스 코드
모델에 대한 설명
모델과 함께 저장된 추가 속성
이 페이지가 도움이 되었나요?