MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / info

Method info

sdk/python/src/dstack_sdk/dstack_client.py:577–579  ·  view source on GitHub ↗

Fetch service information including parsed TCB info.

(self)

Source from the content-addressed store, hash-verified

575
576 @call_async
577 def info(self) -> InfoResponse[TcbInfo]:
578 """Fetch service information including parsed TCB info."""
579 raise NotImplementedError
580
581 @call_async
582 def emit_event(

Calls

no outgoing calls