aitaskbuilder

package
v0.0.56 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Error messages
	ErrBatchIDRequired   = "batch ID is required"
	ErrBatchNotFound     = "batch not found"
	ErrDatasetIDRequired = "dataset ID is required"
)

Variables

This section is empty.

Functions

func NewAITaskBuilderCommand

func NewAITaskBuilderCommand(client client.API, w io.Writer) *cobra.Command

NewAITaskBuilderCommand creates a new `aitaskbuilder` command

func NewGetBatchCommand

func NewGetBatchCommand(client client.API, w io.Writer) *cobra.Command

func NewGetBatchStatusCommand

func NewGetBatchStatusCommand(client client.API, w io.Writer) *cobra.Command

func NewGetBatchesCommand

func NewGetBatchesCommand(client client.API, w io.Writer) *cobra.Command

func NewGetDatasetStatusCommand

func NewGetDatasetStatusCommand(client client.API, w io.Writer) *cobra.Command

func NewGetResponsesCommand

func NewGetResponsesCommand(client client.API, w io.Writer) *cobra.Command

Types

type BatchGetBatchesOptions

type BatchGetBatchesOptions struct {
	Args        []string
	WorkspaceID string
}

type BatchGetOptions

type BatchGetOptions struct {
	Args    []string
	BatchID string
}

type BatchGetResponsesOptions

type BatchGetResponsesOptions struct {
	Args    []string
	BatchID string
}

type BatchGetStatusOptions

type BatchGetStatusOptions struct {
	Args    []string
	BatchID string
}

type DatasetGetStatusOptions

type DatasetGetStatusOptions struct {
	Args      []string
	DatasetID string
}

Jump to

Keyboard shortcuts

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