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