Documentation ¶
Overview ¶
package gowandb implements the go Weights & Biases SDK
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct { // Conn is the connection to the server net.Conn Mbox *Mailbox // contains filtered or unexported fields }
Connection is a connection to the server.
func NewConnection ¶
func NewConnection(ctx context.Context, addr string) (*Connection, error)
NewConnection creates a new connection to the server.
func (*Connection) Recv ¶
func (c *Connection) Recv()
type Mailbox ¶
type Mailbox struct {
// contains filtered or unexported fields
}
func NewMailbox ¶
func NewMailbox() *Mailbox
type MailboxHandle ¶
type MailboxHandle struct {
// contains filtered or unexported fields
}
func NewMailboxHandle ¶
func NewMailboxHandle() *MailboxHandle
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is a collection of components that work together to handle incoming
func NewManager ¶
NewManager creates a new manager with the given settings and responders.
type Run ¶
type Run struct {
// contains filtered or unexported fields
}
func NewRun ¶
func NewRun(ctx context.Context, settings *service.Settings, conn *Connection, runParams *runopts.RunParams) *Run
NewRun creates a new run with the given settings and responders.
func (*Run) LogPartial ¶
func (*Run) LogPartialCommit ¶
func (r *Run) LogPartialCommit()
type Session ¶
type Session struct { // embed settings parameters which are set by sessionopts options sessionopts.SessionParams // contains filtered or unexported fields }
func NewSession ¶
func NewSession(opts ...sessionopts.SessionOption) (*Session, error)
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
package opts contains other namespaced packages for options
|
package opts contains other namespaced packages for options |
runopts
sub-package for gowandb run options
|
sub-package for gowandb run options |
sessionopts
sub-package for gowandb session options
|
sub-package for gowandb session options |
Click to show internal directories.
Click to hide internal directories.