Databricks v1.50.2 published on Tuesday, Sep 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: databricks:index/getMlflowExperiment:getMlflowExperiment
arguments:
# arguments dictionary
The following arguments are supported:
- Artifact
Location string - Location where artifacts for the experiment are stored.
- Creation
Time int - Creation time in unix time stamp.
- Experiment
Id string - Unique identifier for the experiment.
- Id string
- Unique identifier for the experiment. (same as
experiment_id
) - Last
Update intTime - Last update time in unix time stamp.
- Lifecycle
Stage string - Current life cycle stage of the experiment:
active
ordeleted
. - Name string
- Path to experiment.
- List<Get
Mlflow Experiment Tag> - Additional metadata key-value pairs.
- Artifact
Location string - Location where artifacts for the experiment are stored.
- Creation
Time int - Creation time in unix time stamp.
- Experiment
Id string - Unique identifier for the experiment.
- Id string
- Unique identifier for the experiment. (same as
experiment_id
) - Last
Update intTime - Last update time in unix time stamp.
- Lifecycle
Stage string - Current life cycle stage of the experiment:
active
ordeleted
. - Name string
- Path to experiment.
- []Get
Mlflow Experiment Tag - Additional metadata key-value pairs.
- artifact
Location String - Location where artifacts for the experiment are stored.
- creation
Time Integer - Creation time in unix time stamp.
- experiment
Id String - Unique identifier for the experiment.
- id String
- Unique identifier for the experiment. (same as
experiment_id
) - last
Update IntegerTime - Last update time in unix time stamp.
- lifecycle
Stage String - Current life cycle stage of the experiment:
active
ordeleted
. - name String
- Path to experiment.
- List<Get
Mlflow Experiment Tag> - Additional metadata key-value pairs.
- artifact
Location string - Location where artifacts for the experiment are stored.
- creation
Time number - Creation time in unix time stamp.
- experiment
Id string - Unique identifier for the experiment.
- id string
- Unique identifier for the experiment. (same as
experiment_id
) - last
Update numberTime - Last update time in unix time stamp.
- lifecycle
Stage string - Current life cycle stage of the experiment:
active
ordeleted
. - name string
- Path to experiment.
- Get
Mlflow 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:
active
ordeleted
. - name str
- Path to experiment.
- Sequence[Get
Mlflow Experiment Tag] - Additional metadata key-value pairs.
- artifact
Location String - Location where artifacts for the experiment are stored.
- creation
Time Number - Creation time in unix time stamp.
- experiment
Id String - Unique identifier for the experiment.
- id String
- Unique identifier for the experiment. (same as
experiment_id
) - last
Update NumberTime - Last update time in unix time stamp.
- lifecycle
Stage String - Current life cycle stage of the experiment:
active
ordeleted
. - name String
- Path to experiment.
- List<Property Map>
- Additional metadata key-value pairs.
getMlflowExperiment Result
The following output properties are available:
- Artifact
Location string - Location where artifacts for the experiment are stored.
- Creation
Time int - Creation time in unix time stamp.
- Experiment
Id string - Unique identifier for the experiment. (same as
id
) - Id string
- Unique identifier for the experiment. (same as
experiment_id
) - Last
Update intTime - Last update time in unix time stamp.
- Lifecycle
Stage string - Current life cycle stage of the experiment:
active
ordeleted
. - Name string
- Path to experiment.
- List<Get
Mlflow Experiment Tag> - Additional metadata key-value pairs.
- Artifact
Location string - Location where artifacts for the experiment are stored.
- Creation
Time int - Creation time in unix time stamp.
- Experiment
Id string - Unique identifier for the experiment. (same as
id
) - Id string
- Unique identifier for the experiment. (same as
experiment_id
) - Last
Update intTime - Last update time in unix time stamp.
- Lifecycle
Stage string - Current life cycle stage of the experiment:
active
ordeleted
. - Name string
- Path to experiment.
- []Get
Mlflow Experiment Tag - Additional metadata key-value pairs.
- artifact
Location String - Location where artifacts for the experiment are stored.
- creation
Time Integer - Creation time in unix time stamp.
- experiment
Id String - Unique identifier for the experiment. (same as
id
) - id String
- Unique identifier for the experiment. (same as
experiment_id
) - last
Update IntegerTime - Last update time in unix time stamp.
- lifecycle
Stage String - Current life cycle stage of the experiment:
active
ordeleted
. - name String
- Path to experiment.
- List<Get
Mlflow Experiment Tag> - Additional metadata key-value pairs.
- artifact
Location string - Location where artifacts for the experiment are stored.
- creation
Time number - Creation time in unix time stamp.
- experiment
Id string - Unique identifier for the experiment. (same as
id
) - id string
- Unique identifier for the experiment. (same as
experiment_id
) - last
Update numberTime - Last update time in unix time stamp.
- lifecycle
Stage string - Current life cycle stage of the experiment:
active
ordeleted
. - name string
- Path to experiment.
- Get
Mlflow 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:
active
ordeleted
. - name str
- Path to experiment.
- Sequence[Get
Mlflow Experiment Tag] - Additional metadata key-value pairs.
- artifact
Location String - Location where artifacts for the experiment are stored.
- creation
Time Number - Creation time in unix time stamp.
- experiment
Id String - Unique identifier for the experiment. (same as
id
) - id String
- Unique identifier for the experiment. (same as
experiment_id
) - last
Update NumberTime - Last update time in unix time stamp.
- lifecycle
Stage String - Current life cycle stage of the experiment:
active
ordeleted
. - 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
databricks
Terraform Provider.