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

Method attest

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

Request a versioned attestation for the provided report data.

(
        self,
        report_data: str | bytes,
    )

Source from the content-addressed store, hash-verified

567
568 @call_async
569 def attest(
570 self,
571 report_data: str | bytes,
572 ) -> AttestResponse:
573 """Request a versioned attestation for the provided report data."""
574 raise NotImplementedError
575
576 @call_async
577 def info(self) -> InfoResponse[TcbInfo]:

Callers 1

test_sync_client_attestFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_sync_client_attestFunction · 0.76