Documentation
¶
Index ¶
- Constants
- type GenerativeGoogleModule
- func (m *GenerativeGoogleModule) AdditionalGenerativeProperties() map[string]modulecapabilities.GenerativeProperty
- func (m *GenerativeGoogleModule) AltNames() []string
- func (m *GenerativeGoogleModule) ClassConfigDefaults() map[string]interface{}
- func (m *GenerativeGoogleModule) Init(ctx context.Context, params moduletools.ModuleInitParams) error
- func (m *GenerativeGoogleModule) MetaInfo() (map[string]interface{}, error)
- func (m *GenerativeGoogleModule) Name() string
- func (m *GenerativeGoogleModule) PropertyConfigDefaults(dt *schema.DataType) map[string]interface{}
- func (m *GenerativeGoogleModule) RootHandler() http.Handler
- func (m *GenerativeGoogleModule) Type() modulecapabilities.ModuleType
- func (m *GenerativeGoogleModule) ValidateClass(ctx context.Context, class *models.Class, cfg moduletools.ClassConfig) error
Constants ¶
View Source
const ( Name = "generative-google" LegacyName = "generative-palm" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerativeGoogleModule ¶
type GenerativeGoogleModule struct {
// contains filtered or unexported fields
}
func New ¶
func New() *GenerativeGoogleModule
func (*GenerativeGoogleModule) AdditionalGenerativeProperties ¶ added in v1.26.7
func (m *GenerativeGoogleModule) AdditionalGenerativeProperties() map[string]modulecapabilities.GenerativeProperty
func (*GenerativeGoogleModule) AltNames ¶
func (m *GenerativeGoogleModule) AltNames() []string
func (*GenerativeGoogleModule) ClassConfigDefaults ¶
func (m *GenerativeGoogleModule) ClassConfigDefaults() map[string]interface{}
func (*GenerativeGoogleModule) Init ¶
func (m *GenerativeGoogleModule) Init(ctx context.Context, params moduletools.ModuleInitParams, ) error
func (*GenerativeGoogleModule) MetaInfo ¶
func (m *GenerativeGoogleModule) MetaInfo() (map[string]interface{}, error)
func (*GenerativeGoogleModule) Name ¶
func (m *GenerativeGoogleModule) Name() string
func (*GenerativeGoogleModule) PropertyConfigDefaults ¶
func (m *GenerativeGoogleModule) PropertyConfigDefaults( dt *schema.DataType, ) map[string]interface{}
func (*GenerativeGoogleModule) RootHandler ¶
func (m *GenerativeGoogleModule) RootHandler() http.Handler
func (*GenerativeGoogleModule) Type ¶
func (m *GenerativeGoogleModule) Type() modulecapabilities.ModuleType
func (*GenerativeGoogleModule) ValidateClass ¶
func (m *GenerativeGoogleModule) ValidateClass(ctx context.Context, class *models.Class, cfg moduletools.ClassConfig, ) error
Click to show internal directories.
Click to hide internal directories.