View source on GitHub |
Filename references to the constituent parts of a cg.ExecutableGroupResult
.
cirq_google.workflow.ExecutableGroupResultFilesystemRecord(
runtime_configuration_path: str,
shared_runtime_info_path: str,
executable_result_paths: List[str],
run_id: str
)
Attributes | |
---|---|
runtime_configuration_path
|
Dataclass field |
shared_runtime_info_path
|
Dataclass field |
executable_result_paths
|
Dataclass field |
run_id
|
Dataclass field |
Methods
from_json
@classmethod
from_json( *, run_id: str, base_data_dir: str = '.' ) -> 'ExecutableGroupResultFilesystemRecord'
load
load(
*, base_data_dir: str = '.'
) -> 'cg.ExecutableGroupResult'
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__
__eq__(
other
)
Return self==value.