databricks-cli/bundle/config/resources/mlflow_experiment.go

8 lines
137 B
Go
Raw Normal View History

package resources
import "github.com/databricks/databricks-sdk-go/service/mlflow"
type MlflowExperiment struct {
*mlflow.Experiment
}