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

Method tdx_quote

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

Use ``get_quote`` instead (deprecated).

(
        self,
        report_data: str | bytes,
        hash_algorithm: str | None = None,
    )

Source from the content-addressed store, hash-verified

747
748 @call_async
749 def tdx_quote(
750 self,
751 report_data: str | bytes,
752 hash_algorithm: str | None = None,
753 ) -> GetQuoteResponse:
754 """Use ``get_quote`` instead (deprecated)."""
755 raise NotImplementedError
756
757 @call_async
758 def info(self) -> InfoResponse[TcbInfo]:

Callers 2

mainFunction · 0.95

Calls

no outgoing calls

Tested by 2

mainFunction · 0.76