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