MCPcopy Create free account
hub / github.com/featureform/featureform / trainingSetUpdate

Method trainingSetUpdate

provider/redshift.go:156–158  ·  view source on GitHub ↗
(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string)

Source from the content-addressed store, hash-verified

154}
155
156func (q redshiftSQLQueries) trainingSetUpdate(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string) error {
157 return q.trainingSetQuery(store, def, tableName, labelName, true)
158}
159
160func (q redshiftSQLQueries) trainingSetQuery(store *sqlOfflineStore, def TrainingSetDef, tableName string, labelName string, isUpdate bool) error {
161 columns := make([]string, 0)

Callers

nothing calls this directly

Calls 1

trainingSetQueryMethod · 0.95

Tested by

no test coverage detected