The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
1.16.16
flytekit.utils.pbhash
Directory
Methods
| Method | Description |
|---|---|
compute_hash() |
Computes a deterministic hash in bytes for the Protobuf object. |
compute_hash_string() |
Computes a deterministic hash in base64 encoded string for the Protobuf object. |
Methods
compute_hash()
def compute_hash(
pb: google.protobuf.message.Message,
) -> bytesComputes a deterministic hash in bytes for the Protobuf object.
| Parameter | Type | Description |
|---|---|---|
pb |
google.protobuf.message.Message |
compute_hash_string()
def compute_hash_string(
pb: google.protobuf.message.Message,
) -> strComputes a deterministic hash in base64 encoded string for the Protobuf object
| Parameter | Type | Description |
|---|---|---|
pb |
google.protobuf.message.Message |