cirq_google.workflow.ExecutableGroupResultFilesystemRecord

Filename references to the constituent parts of a cg.ExecutableGroupResult.

runtime_configuration_path A filename pointing to the runtime_configuration value.
shared_runtime_info_path A filename pointing to the shared_runtime_info value.
executable_result_paths A list of filenames pointing to the executable_results values.
run_id The unique str identifier from this run. This is used to locate the other values on disk.

runtime_configuration_path Dataclass field
shared_runtime_info_path Dataclass field
executable_result_paths Dataclass field
run_id Dataclass field

Methods

from_json

View source

load

View source

Using the filename references in this dataclass, load a cg.ExecutableGroupResult from its constituent parts.

Args
base_data_dir The base data directory. Files should be found at {base_data_dir}/{run_id}/{this class's paths}

__eq__