Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breeze-sys/Label-Only-MIA-Go
/ PredictRequest
Class
PredictRequest
python_server/server.py:98–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
# --- 协议定义 (对齐 Go 的 types.go) ---
98
class
PredictRequest(BaseModel):
99
image: List[float]
# [3072]
100
101
class
PredictResponse(BaseModel):
102
label: int
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected