netunicorn.base.types.ExperimentRepresentation

class ExperimentRepresentation[source]

Bases: TypedDict

Experiment JSON representation.

Attributes

deployment_map

List of deployments of the experiment.

deployment_context

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_context: Optional[Dict[str, Dict[str, str]]][source]

Deployment context.