MCPcopy Create free account
hub / github.com/dagger/dagger / load_json_value_from_id

Method load_json_value_from_id

sdk/python/src/dagger/client/gen.py:13533–13539  ·  view source on GitHub ↗

Load a JSONValue from its ID.

(self, id: JSONValueID)

Source from the content-addressed store, hash-verified

13531 return InterfaceTypeDef(_ctx)
13532
13533 def load_json_value_from_id(self, id: JSONValueID) -> JSONValue:
13534 """Load a JSONValue from its ID."""
13535 _args = [
13536 Arg("id", id),
13537 ]
13538 _ctx = self._select("loadJSONValueFromID", _args)
13539 return JSONValue(_ctx)
13540
13541 def load_llm_from_id(self, id: LLMID) -> LLM:
13542 """Load a LLM from its ID."""

Callers

nothing calls this directly

Calls 3

ArgClass · 0.90
_selectMethod · 0.80
JSONValueClass · 0.70

Tested by

no test coverage detected