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