mirror of https://github.com/databricks/cli.git
15 lines
568 B
Go
15 lines
568 B
Go
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
package schema
|
|
|
|
type ResourceMlflowExperiment struct {
|
|
ArtifactLocation string `json:"artifact_location,omitempty"`
|
|
CreationTime int `json:"creation_time,omitempty"`
|
|
Description string `json:"description,omitempty"`
|
|
ExperimentId string `json:"experiment_id,omitempty"`
|
|
Id string `json:"id,omitempty"`
|
|
LastUpdateTime int `json:"last_update_time,omitempty"`
|
|
LifecycleStage string `json:"lifecycle_stage,omitempty"`
|
|
Name string `json:"name"`
|
|
}
|