This commit is contained in:
Shreyas Goenka 2024-05-02 18:02:13 +02:00
parent 79f90bbc7f
commit 0b61bced2a
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 12 deletions

View File

@ -136,18 +136,6 @@ func (r *Resources) ConfigureConfigFilePath() {
for _, e := range r.Pipelines { for _, e := range r.Pipelines {
e.ConfigureConfigFilePath() e.ConfigureConfigFilePath()
} }
for _, e := range r.Models {
e.ConfigureConfigFilePath()
}
for _, e := range r.Experiments {
e.ConfigureConfigFilePath()
}
for _, e := range r.ModelServingEndpoints {
e.ConfigureConfigFilePath()
}
for _, e := range r.RegisteredModels {
e.ConfigureConfigFilePath()
}
} }
type ConfigResource interface { type ConfigResource interface {