Documentation ¶ Index ¶ func Create(ctx context.Context, params types.ExecCreateParams) (string, error) func Wait(ctx context.Context, execID string) (execch chan types.Exec, errch chan error, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Create ¶ func Create(ctx context.Context, params types.ExecCreateParams) (string, error) Create attempts to create a session using the Exec spec provided, uses GPUs in the config if not, returns a 503 out-of-capacity error. Renders newly created sessions to the UI implicitly. func Wait ¶ func Wait(ctx context.Context, execID string) (execch chan types.Exec, errch chan error, err error) Types ¶ This section is empty. Source Files ¶ View all Source files session.go wait.go Click to show internal directories. Click to hide internal directories.