Documentation
¶
Overview ¶
Package cohereinputtype
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Classification = CohereInputType{"classification"} Clustering = CohereInputType{"clustering"} Ingest = CohereInputType{"ingest"} Search = CohereInputType{"search"} )
Functions ¶
This section is empty.
Types ¶
type CohereInputType ¶
type CohereInputType struct {
Name string
}
func (CohereInputType) MarshalText ¶
func (c CohereInputType) MarshalText() (text []byte, err error)
func (CohereInputType) String ¶
func (c CohereInputType) String() string
func (*CohereInputType) UnmarshalText ¶
func (c *CohereInputType) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.