Databricks v1.63.0 published on Thursday, Mar 13, 2025 by Pulumi
databricks.getMlflowExperiment
Explore with Pulumi AI
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>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]func LookupMlflowExperiment(ctx *Context, args *LookupMlflowExperimentArgs, opts ...InvokeOption) (*LookupMlflowExperimentResult, error)
func LookupMlflowExperimentOutput(ctx *Context, args *LookupMlflowExperimentOutputArgs, opts ...InvokeOption) LookupMlflowExperimentResultOutput> 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)
}public static CompletableFuture<GetMlflowExperimentResult> getMlflowExperiment(GetMlflowExperimentArgs args, InvokeOptions options)
public static Output<GetMlflowExperimentResult> getMlflowExperiment(GetMlflowExperimentArgs args, InvokeOptions options)
fn::invoke:
  function: databricks:index/getMlflowExperiment:getMlflowExperiment
  arguments:
    # arguments dictionaryThe 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)
- LastUpdate intTime 
- Last update time in unix time stamp.
- LifecycleStage string
- Current life cycle stage of the experiment: activeordeleted.
- Name string
- Path to experiment.
- 
List<GetMlflow Experiment Tag> 
- 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)
- LastUpdate intTime 
- Last update time in unix time stamp.
- LifecycleStage string
- Current life cycle stage of the experiment: activeordeleted.
- Name string
- Path to experiment.
- 
[]GetMlflow Experiment Tag 
- 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)
- lastUpdate IntegerTime 
- Last update time in unix time stamp.
- lifecycleStage String
- Current life cycle stage of the experiment: activeordeleted.
- name String
- Path to experiment.
- 
List<GetMlflow Experiment Tag> 
- 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)
- lastUpdate numberTime 
- Last update time in unix time stamp.
- lifecycleStage string
- Current life cycle stage of the experiment: activeordeleted.
- name string
- Path to experiment.
- 
GetMlflow Experiment Tag[] 
- 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_ inttime 
- Last update time in unix time stamp.
- lifecycle_stage str
- Current life cycle stage of the experiment: activeordeleted.
- name str
- Path to experiment.
- 
Sequence[GetMlflow Experiment Tag] 
- 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)
- lastUpdate NumberTime 
- Last update time in unix time stamp.
- lifecycleStage String
- Current life cycle stage of the experiment: activeordeleted.
- name String
- Path to experiment.
- 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)
- LastUpdate intTime 
- Last update time in unix time stamp.
- LifecycleStage string
- Current life cycle stage of the experiment: activeordeleted.
- Name string
- Path to experiment.
- 
List<GetMlflow Experiment Tag> 
- 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)
- LastUpdate intTime 
- Last update time in unix time stamp.
- LifecycleStage string
- Current life cycle stage of the experiment: activeordeleted.
- Name string
- Path to experiment.
- 
[]GetMlflow Experiment Tag 
- 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)
- lastUpdate IntegerTime 
- Last update time in unix time stamp.
- lifecycleStage String
- Current life cycle stage of the experiment: activeordeleted.
- name String
- Path to experiment.
- 
List<GetMlflow Experiment Tag> 
- 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)
- lastUpdate numberTime 
- Last update time in unix time stamp.
- lifecycleStage string
- Current life cycle stage of the experiment: activeordeleted.
- name string
- Path to experiment.
- 
GetMlflow Experiment Tag[] 
- 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_ inttime 
- Last update time in unix time stamp.
- lifecycle_stage str
- Current life cycle stage of the experiment: activeordeleted.
- name str
- Path to experiment.
- 
Sequence[GetMlflow Experiment Tag] 
- 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)
- lastUpdate NumberTime 
- Last update time in unix time stamp.
- lifecycleStage String
- Current life cycle stage of the experiment: activeordeleted.
- name String
- Path to experiment.
- List<Property Map>
- Additional metadata key-value pairs.
Supporting Types
GetMlflowExperimentTag   
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the databricksTerraform Provider.