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