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