class documentation
class WorkerDeploymentVersion: (source)
Constructor: WorkerDeploymentVersion.from_canonical_string(canonical)
Represents the version of a specific worker deployment.
WARNING: Experimental API.
Static Method | from |
Parse a version from a canonical string, which must be in the format <deployment_name>. . Deployment name must not have a . in it. |
Method | to |
Returns the canonical string representation of the version. |
Class Variable | build |
Undocumented |
Class Variable | deployment |
Undocumented |
Parse a version from a canonical string, which must be in the format
<deployment_name>.
. Deployment name must not have a .
in it.