client

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2022 License: MPL-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClearMLClient

type ClearMLClient struct {
	// contains filtered or unexported fields
}

func NewClearMLClient

func NewClearMLClient(ctx context.Context, userAgent string, accessKey string, secretKey string, apiUrl string) (*ClearMLClient, error)

func (*ClearMLClient) CreateQueue

func (c *ClearMLClient) CreateQueue(ctx context.Context, name string, tags []string) (string, error)

func (*ClearMLClient) DeleteQueue

func (c *ClearMLClient) DeleteQueue(ctx context.Context, id string) error

func (*ClearMLClient) GetQueue

func (c *ClearMLClient) GetQueue(ctx context.Context, id string) (map[string]interface{}, error)

func (*ClearMLClient) UpdateQueue

func (c *ClearMLClient) UpdateQueue(ctx context.Context, id string, name string, tags []string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL