Documentation ¶
Index ¶
- func CreateAgent(api *connectors.RestAPI, project string, body map[string]string) ([]byte, error)
- func CreateDatabase(api *connectors.RestAPI, body map[string]string) ([]byte, error)
- func CreateSkill(api *connectors.RestAPI, project string, body map[string]string) ([]byte, error)
- func CreateTable(api *connectors.RestAPI, database string, body map[string]string) ([]byte, error)
- func CreateView(api *connectors.RestAPI, project string, body map[string]string) ([]byte, error)
- func DeleteAgent(api *connectors.RestAPI, project, skill string) ([]byte, error)
- func DeleteDatabase(api *connectors.RestAPI, database string) ([]byte, error)
- func DeleteModel(api *connectors.RestAPI, project, model string) ([]byte, error)
- func DeleteSkill(api *connectors.RestAPI, project, skill string) ([]byte, error)
- func DeleteTable(api *connectors.RestAPI, database, name string) ([]byte, error)
- func DeleteView(api *connectors.RestAPI, project, view string) ([]byte, error)
- func DescribeModel(api *connectors.RestAPI, project, name string) ([]byte, error)
- func GetAgent(api *connectors.RestAPI, project, skill string) ([]byte, error)
- func GetAgents(api *connectors.RestAPI, project string) ([]byte, error)
- func GetDatabase(api *connectors.RestAPI, database string) ([]byte, error)
- func GetDatabases(api *connectors.RestAPI) ([]byte, error)
- func GetModel(api *connectors.RestAPI, project, name string) ([]byte, error)
- func GetModels(api *connectors.RestAPI, project string) ([]byte, error)
- func GetProject(api *connectors.RestAPI, name string) ([]byte, error)
- func GetProjects(api *connectors.RestAPI) ([]byte, error)
- func GetSkill(api *connectors.RestAPI, project, skill string) ([]byte, error)
- func GetSkills(api *connectors.RestAPI, project string) ([]byte, error)
- func GetTable(api *connectors.RestAPI, database, name string) ([]byte, error)
- func GetTables(api *connectors.RestAPI, database string) ([]byte, error)
- func GetView(api *connectors.RestAPI, project, name string) ([]byte, error)
- func GetViews(api *connectors.RestAPI, project string) ([]byte, error)
- func QueryModel(api *connectors.RestAPI, project, model string, body map[string]string) ([]byte, error)
- func SqlQuery(api *connectors.RestAPI, query string) ([]byte, error)
- func TrainModel(api *connectors.RestAPI, project string, query map[string]string) ([]byte, error)
- func UpdateAgents(api *connectors.RestAPI, project, skill string, body map[string]string) ([]byte, error)
- func UpdateDatabase(api *connectors.RestAPI, database string, body map[string]string) ([]byte, error)
- func UpdateSkills(api *connectors.RestAPI, project, skill string, body map[string]string) ([]byte, error)
- func UpdateView(api *connectors.RestAPI, project, view map[string]string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAgent ¶
func CreateDatabase ¶
func CreateSkill ¶
func CreateTable ¶
func CreateView ¶
func DeleteAgent ¶
func DeleteAgent(api *connectors.RestAPI, project, skill string) ([]byte, error)
func DeleteDatabase ¶
func DeleteDatabase(api *connectors.RestAPI, database string) ([]byte, error)
func DeleteModel ¶
func DeleteModel(api *connectors.RestAPI, project, model string) ([]byte, error)
func DeleteSkill ¶
func DeleteSkill(api *connectors.RestAPI, project, skill string) ([]byte, error)
func DeleteTable ¶
func DeleteTable(api *connectors.RestAPI, database, name string) ([]byte, error)
func DeleteView ¶
func DeleteView(api *connectors.RestAPI, project, view string) ([]byte, error)
func DescribeModel ¶
func DescribeModel(api *connectors.RestAPI, project, name string) ([]byte, error)
func GetDatabase ¶
func GetDatabase(api *connectors.RestAPI, database string) ([]byte, error)
func GetDatabases ¶
func GetDatabases(api *connectors.RestAPI) ([]byte, error)
func GetProject ¶
func GetProject(api *connectors.RestAPI, name string) ([]byte, error)
func GetProjects ¶
func GetProjects(api *connectors.RestAPI) ([]byte, error)
func QueryModel ¶
func TrainModel ¶
func UpdateAgents ¶
func UpdateDatabase ¶
func UpdateSkills ¶
func UpdateView ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.