netunicorn.base.types.ExperimentRepresentation¶
- class ExperimentRepresentation[source]¶
Bases:
TypedDict
Experiment JSON representation.
Attributes
List of deployments of the experiment.
Deployment context.
Methods
fromkeys
Create a new dictionary with keys from iterable and values set to value.
-
deployment_map:
List
[DeploymentRepresentation
][source]¶ List of deployments of the experiment.
-
deployment_map: