View Source ExOpenAI.Components.ContainerMemoryLimit (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema ContainerMemoryLimit.

Type

:"1g" | :"4g" | :"16g" | :"64g"

Allowed Values

"1g", "4g", "16g", "64g"

Summary

Types

@type t() :: ((:"1g" | :"4g") | :"16g") | :"64g"