github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_mlflow_experiment.go (about)

     1  // Generated from Databricks Terraform provider schema. DO NOT EDIT.
     2  
     3  package schema
     4  
     5  type ResourceMlflowExperiment struct {
     6  	ArtifactLocation string `json:"artifact_location,omitempty"`
     7  	CreationTime     int    `json:"creation_time,omitempty"`
     8  	Description      string `json:"description,omitempty"`
     9  	ExperimentId     string `json:"experiment_id,omitempty"`
    10  	Id               string `json:"id,omitempty"`
    11  	LastUpdateTime   int    `json:"last_update_time,omitempty"`
    12  	LifecycleStage   string `json:"lifecycle_stage,omitempty"`
    13  	Name             string `json:"name"`
    14  }