Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/anthropic-sdk-python
/ model_id
Method
model_id
tests/test_models.py:476–477 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
474
475
@property
476
def
model_id(self) -> str:
477
return
self.resource_id
478
479
m = Model.construct(model_id=
"id"
)
480
assert m.model_id ==
"id"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected