containerMemory property
Amount of memory provisioned for a Python UDF container instance.
Format: {number}{unit} where unit is one of "M", "G", "Mi" and "Gi" (e.g. 1G, 512Mi). If not specified, the default value is 512Mi. For more information, see Configure container limits for Python UDFs
Optional.
Implementation
core.String? containerMemory;