Documentation
¶
Overview ¶
Package tasktypewatsonx
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Textembedding = TaskTypeWatsonx{"text_embedding"} Chatcompletion = TaskTypeWatsonx{"chat_completion"} Completion = TaskTypeWatsonx{"completion"} )
Functions ¶
This section is empty.
Types ¶
type TaskTypeWatsonx ¶
type TaskTypeWatsonx struct {
Name string
}
func (TaskTypeWatsonx) MarshalText ¶
func (t TaskTypeWatsonx) MarshalText() (text []byte, err error)
func (TaskTypeWatsonx) String ¶
func (t TaskTypeWatsonx) String() string
func (*TaskTypeWatsonx) UnmarshalText ¶
func (t *TaskTypeWatsonx) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.