Skip to main content
POST
Ingest Artifact

请求头

authorization
string | null
X-TunePlane-Token
string | null

请求体

application/json

A checkpoint or exported model, registered by the training side.

Only a registered artifact can be referenced by run in a later stage, and only then can the platform check and show its lineage.

run_id
string
必填
kind
enum<string>
必填
可用选项:
checkpoint,
log,
hf_export,
eval_report,
merged_model
path
string
必填
format
string
必填
step
integer | null
size_bytes
integer | null
metrics
Metrics · object | null

响应

Successful Response