You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This can create any payload, and is rarely used directly
payload = Payload(**kwargs)
# Creates VM payloads and uses internally Payload()
# (this is a non-async replacement for `vm.repo()`)
payload = Payload.vm(image_hash, **kwargs)
# Other functions might be implemented in the future
payload = Payload.whatever(any, args)
image
andimage_hash
in the function signaturerelated: #1044
The text was updated successfully, but these errors were encountered: