메인 콘텐츠로 건너뛰기
GET
/
v2
/
{entity}
/
{project}
/
ops
/
{object_id}
/
versions
/
{digest}
Op 조회
curl --request GET \
  --url https://api.example.com/v2/{entity}/{project}/ops/{object_id}/versions/{digest} \
  --header 'Authorization: Basic <encoded-value>'
{
  "code": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "digest": "<string>",
  "object_id": "<string>",
  "version_index": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

경로 매개변수

entity
string
필수
project
string
필수
object_id
string
필수
digest
string
필수

쿼리 매개변수

eager
boolean
기본값:false

op 코드를 즉시 로드할지 여부

응답

성공적인 응답

Op 객체를 조회할 때의 응답 모델입니다.

code 필드에는 op의 실제 소스 코드가 들어 있습니다.

code
string
필수

op의 실제 소스 코드

created_at
string<date-time>
필수

이 op가 생성된 시각

digest
string
필수

op의 다이제스트

object_id
string
필수

op ID

version_index
integer
필수

이 op의 버전 인덱스