Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
def execute(self, context: ExecutionContext) -> None: bucket = context.runner_context.gcs_client("my-project:my-bucket") blob = bucket.blob("inputs/scene.json") data = blob.download_as_bytes()
ExecutionContext.runner_context: RunnerContext
RunnerContext
Was this page helpful?