strangeworks.core package¶
Subpackages¶
- strangeworks.core.client package
- Submodules
- strangeworks.core.client.auth module
- strangeworks.core.client.backends module
- strangeworks.core.client.experiments module
Experiment
ExperimentConfiguration
ExperimentConfiguration.experiment_name
ExperimentConfiguration.trial_name
ExperimentConfiguration.requirements_path
ExperimentConfiguration.local_run
ExperimentConfiguration.experiment_name
ExperimentConfiguration.local_run
ExperimentConfiguration.requirements_path
ExperimentConfiguration.trial_name
ExperimentInput
Trial
TrialSubmission
get_experiment()
run()
upload_exp_file()
- strangeworks.core.client.file module
- strangeworks.core.client.jobs module
- strangeworks.core.client.resource module
- strangeworks.core.client.rest_client module
- strangeworks.core.client.transport module
- strangeworks.core.client.workspace module
- Module contents
- strangeworks.core.config package
- strangeworks.core.errors package
Submodules¶
strangeworks.core.utils module¶
utils.py.
- strangeworks.core.utils.fix_str_attr(attr: str) str | None ¶
Fix Attribute Name.
Removes leading and trailing whitespaces and converts to lower-case.
- Parameters:
attr (str) – Attribute value
- Returns:
adjusted attribute value
- Return type:
str
- strangeworks.core.utils.is_empty_str(s: str) bool ¶
Check if string is empty.
- A string is considered to be empty if any one of the following conditions are true:
it is set to None or
consists exclusively of spaces
is equal to “”