Current section
Files
Jump to
Current section
Files
include/glopenai@container_ContainerResource.hrl
-record(container_resource, {
id :: binary(),
object :: binary(),
name :: binary(),
created_at :: integer(),
status :: binary(),
expires_after :: gleam@option:option(glopenai@container:container_expires_after()),
last_active_at :: gleam@option:option(integer()),
memory_limit :: glopenai@container:memory_limit()
}).