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

Method get_quote

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

Request an attestation quote for the provided report data.

(
        self,
        report_data: str | bytes,
    )

Source from the content-addressed store, hash-verified

559
560 @call_async
561 def get_quote(
562 self,
563 report_data: str | bytes,
564 ) -> GetQuoteResponse:
565 """Request an attestation quote for the provided report data."""
566 raise NotImplementedError
567
568 @call_async
569 def attest(

Callers 2

mainFunction · 0.95

Calls

no outgoing calls

Tested by 2

mainFunction · 0.76