ray.serve.config.AggregationFunction.isalnum#
- AggregationFunction.isalnum()#
- Return True if the string is an alpha-numeric string, False otherwise. - A string is alpha-numeric if all characters in the string are alpha-numeric and there is at least one character in the string.