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