Documentation
¶
Index ¶
- Constants
- func NewAITaskBuilderCommand(client client.API, w io.Writer) *cobra.Command
- func NewGetBatchCommand(client client.API, w io.Writer) *cobra.Command
- func NewGetBatchStatusCommand(client client.API, w io.Writer) *cobra.Command
- func NewGetBatchesCommand(client client.API, w io.Writer) *cobra.Command
- func NewGetDatasetStatusCommand(client client.API, w io.Writer) *cobra.Command
- func NewGetResponsesCommand(client client.API, w io.Writer) *cobra.Command
- type BatchGetBatchesOptions
- type BatchGetOptions
- type BatchGetResponsesOptions
- type BatchGetStatusOptions
- type DatasetGetStatusOptions
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 ¶
NewAITaskBuilderCommand creates a new `aitaskbuilder` command
func NewGetBatchesCommand ¶
Types ¶
type BatchGetBatchesOptions ¶
type BatchGetOptions ¶
type BatchGetStatusOptions ¶
type DatasetGetStatusOptions ¶
Click to show internal directories.
Click to hide internal directories.