netunicorn.base.types.DeploymentRepresentation¶
- class DeploymentRepresentation[source]¶
Bases:
TypedDict
Deployment JSON representation.
Attributes
Node JSON representation.
Prepared flag.
Executor ID.
Error message.
Serialized execution graph.
Keep alive timeout value.
Cleanup flag.
Environment definition JSON representation.
Type of environment definition.
Methods
fromkeys
Create a new dictionary with keys from iterable and values set to value.
-
node:
NodeRepresentation
[source]¶ Node JSON representation.
-
environment_definition:
EnvironmentDefinitionRepresentation
[source]¶ Environment definition JSON representation.
-
node: