0.1.dev2184+g1e0cbe7.d20250401
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,
) -> bytes
Computes a deterministic hash in bytes for the Protobuf object.
Parameter | Type |
---|---|
pb |
google.protobuf.message.Message |
compute_hash_string()
def compute_hash_string(
pb: google.protobuf.message.Message,
) -> str
Computes a deterministic hash in base64 encoded string for the Protobuf object
Parameter | Type |
---|---|
pb |
google.protobuf.message.Message |