1. Packages
  2. Databricks Provider
  3. API Docs
  4. getMlflowExperiment
Databricks v1.65.0 published on Wednesday, Apr 9, 2025 by Pulumi

databricks.getMlflowExperiment

Explore with Pulumi AI

Databricks v1.65.0 published on Wednesday, Apr 9, 2025 by Pulumi

Note If you have a fully automated setup with workspaces created by databricks.MwsWorkspaces or azurerm_databricks_workspace, please make sure to add depends_on attribute in order to prevent default auth: cannot configure default credentials errors.

Retrieves the settings of databricks.MlflowExperiment by id or name.

Using getMlflowExperiment

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getMlflowExperiment(args: GetMlflowExperimentArgs, opts?: InvokeOptions): Promise<GetMlflowExperimentResult>
function getMlflowExperimentOutput(args: GetMlflowExperimentOutputArgs, opts?: InvokeOptions): Output<GetMlflowExperimentResult>
Copy
def get_mlflow_experiment(artifact_location: Optional[str] = None,
                          creation_time: Optional[int] = None,
                          experiment_id: Optional[str] = None,
                          id: Optional[str] = None,
                          last_update_time: Optional[int] = None,
                          lifecycle_stage: Optional[str] = None,
                          name: Optional[str] = None,
                          tags: Optional[Sequence[GetMlflowExperimentTag]] = None,
                          opts: Optional[InvokeOptions] = None) -> GetMlflowExperimentResult
def get_mlflow_experiment_output(artifact_location: Optional[pulumi.Input[str]] = None,
                          creation_time: Optional[pulumi.Input[int]] = None,
                          experiment_id: Optional[pulumi.Input[str]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          last_update_time: Optional[pulumi.Input[int]] = None,
                          lifecycle_stage: Optional[pulumi.Input[str]] = None,
                          name: Optional[pulumi.Input[str]] = None,
                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetMlflowExperimentTagArgs]]]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetMlflowExperimentResult]
Copy
func LookupMlflowExperiment(ctx *Context, args *LookupMlflowExperimentArgs, opts ...InvokeOption) (*LookupMlflowExperimentResult, error)
func LookupMlflowExperimentOutput(ctx *Context, args *LookupMlflowExperimentOutputArgs, opts ...InvokeOption) LookupMlflowExperimentResultOutput
Copy

> Note: This function is named LookupMlflowExperiment in the Go SDK.

public static class GetMlflowExperiment 
{
    public static Task<GetMlflowExperimentResult> InvokeAsync(GetMlflowExperimentArgs args, InvokeOptions? opts = null)
    public static Output<GetMlflowExperimentResult> Invoke(GetMlflowExperimentInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetMlflowExperimentResult> getMlflowExperiment(GetMlflowExperimentArgs args, InvokeOptions options)
public static Output<GetMlflowExperimentResult> getMlflowExperiment(GetMlflowExperimentArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: databricks:index/getMlflowExperiment:getMlflowExperiment
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ArtifactLocation string
Location where artifacts for the experiment are stored.
CreationTime int
Creation time in unix time stamp.
ExperimentId string
Unique identifier for the experiment.
Id string
Unique identifier for the experiment. (same as experiment_id)
LastUpdateTime int
Last update time in unix time stamp.
LifecycleStage string
Current life cycle stage of the experiment: active or deleted.
Name string
Path to experiment.
Tags List<GetMlflowExperimentTag>
Additional metadata key-value pairs.
ArtifactLocation string
Location where artifacts for the experiment are stored.
CreationTime int
Creation time in unix time stamp.
ExperimentId string
Unique identifier for the experiment.
Id string
Unique identifier for the experiment. (same as experiment_id)
LastUpdateTime int
Last update time in unix time stamp.
LifecycleStage string
Current life cycle stage of the experiment: active or deleted.
Name string
Path to experiment.
Tags []GetMlflowExperimentTag
Additional metadata key-value pairs.
artifactLocation String
Location where artifacts for the experiment are stored.
creationTime Integer
Creation time in unix time stamp.
experimentId String
Unique identifier for the experiment.
id String
Unique identifier for the experiment. (same as experiment_id)
lastUpdateTime Integer
Last update time in unix time stamp.
lifecycleStage String
Current life cycle stage of the experiment: active or deleted.
name String
Path to experiment.
tags List<GetMlflowExperimentTag>
Additional metadata key-value pairs.
artifactLocation string
Location where artifacts for the experiment are stored.
creationTime number
Creation time in unix time stamp.
experimentId string
Unique identifier for the experiment.
id string
Unique identifier for the experiment. (same as experiment_id)
lastUpdateTime number
Last update time in unix time stamp.
lifecycleStage string
Current life cycle stage of the experiment: active or deleted.
name string
Path to experiment.
tags GetMlflowExperimentTag[]
Additional metadata key-value pairs.
artifact_location str
Location where artifacts for the experiment are stored.
creation_time int
Creation time in unix time stamp.
experiment_id str
Unique identifier for the experiment.
id str
Unique identifier for the experiment. (same as experiment_id)
last_update_time int
Last update time in unix time stamp.
lifecycle_stage str
Current life cycle stage of the experiment: active or deleted.
name str
Path to experiment.
tags Sequence[GetMlflowExperimentTag]
Additional metadata key-value pairs.
artifactLocation String
Location where artifacts for the experiment are stored.
creationTime Number
Creation time in unix time stamp.
experimentId String
Unique identifier for the experiment.
id String
Unique identifier for the experiment. (same as experiment_id)
lastUpdateTime Number
Last update time in unix time stamp.
lifecycleStage String
Current life cycle stage of the experiment: active or deleted.
name String
Path to experiment.
tags List<Property Map>
Additional metadata key-value pairs.

getMlflowExperiment Result

The following output properties are available:

ArtifactLocation string
Location where artifacts for the experiment are stored.
CreationTime int
Creation time in unix time stamp.
ExperimentId string
Unique identifier for the experiment. (same as id)
Id string
Unique identifier for the experiment. (same as experiment_id)
LastUpdateTime int
Last update time in unix time stamp.
LifecycleStage string
Current life cycle stage of the experiment: active or deleted.
Name string
Path to experiment.
Tags List<GetMlflowExperimentTag>
Additional metadata key-value pairs.
ArtifactLocation string
Location where artifacts for the experiment are stored.
CreationTime int
Creation time in unix time stamp.
ExperimentId string
Unique identifier for the experiment. (same as id)
Id string
Unique identifier for the experiment. (same as experiment_id)
LastUpdateTime int
Last update time in unix time stamp.
LifecycleStage string
Current life cycle stage of the experiment: active or deleted.
Name string
Path to experiment.
Tags []GetMlflowExperimentTag
Additional metadata key-value pairs.
artifactLocation String
Location where artifacts for the experiment are stored.
creationTime Integer
Creation time in unix time stamp.
experimentId String
Unique identifier for the experiment. (same as id)
id String
Unique identifier for the experiment. (same as experiment_id)
lastUpdateTime Integer
Last update time in unix time stamp.
lifecycleStage String
Current life cycle stage of the experiment: active or deleted.
name String
Path to experiment.
tags List<GetMlflowExperimentTag>
Additional metadata key-value pairs.
artifactLocation string
Location where artifacts for the experiment are stored.
creationTime number
Creation time in unix time stamp.
experimentId string
Unique identifier for the experiment. (same as id)
id string
Unique identifier for the experiment. (same as experiment_id)
lastUpdateTime number
Last update time in unix time stamp.
lifecycleStage string
Current life cycle stage of the experiment: active or deleted.
name string
Path to experiment.
tags GetMlflowExperimentTag[]
Additional metadata key-value pairs.
artifact_location str
Location where artifacts for the experiment are stored.
creation_time int
Creation time in unix time stamp.
experiment_id str
Unique identifier for the experiment. (same as id)
id str
Unique identifier for the experiment. (same as experiment_id)
last_update_time int
Last update time in unix time stamp.
lifecycle_stage str
Current life cycle stage of the experiment: active or deleted.
name str
Path to experiment.
tags Sequence[GetMlflowExperimentTag]
Additional metadata key-value pairs.
artifactLocation String
Location where artifacts for the experiment are stored.
creationTime Number
Creation time in unix time stamp.
experimentId String
Unique identifier for the experiment. (same as id)
id String
Unique identifier for the experiment. (same as experiment_id)
lastUpdateTime Number
Last update time in unix time stamp.
lifecycleStage String
Current life cycle stage of the experiment: active or deleted.
name String
Path to experiment.
tags List<Property Map>
Additional metadata key-value pairs.

Supporting Types

GetMlflowExperimentTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
databricks pulumi/pulumi-databricks
License
Apache-2.0
Notes
This Pulumi package is based on the databricks Terraform Provider.
Databricks v1.65.0 published on Wednesday, Apr 9, 2025 by Pulumi