MLflow Experiment
laktory.models.resources.databricks.MLflowExperiment
¤
Bases: BaseModel, PulumiResource, TerraformResource
MLflow Experiment
Examples:
from laktory import models
exp = models.resources.databricks.MLflowExperiment(
name="/.laktory/Sample",
artifact_location="dbfs:/tmp/my-experiment",
description="My MLflow experiment description",
access_controls=[
{
"group_name": "account users",
"permission_level": "CAN_MANAGE",
}
],
)
| PARAMETER | DESCRIPTION |
|---|---|
access_controls
|
Access controls list
TYPE:
|
artifact_location
|
Path to dbfs:/ or s3:// artifact location of the MLflow experiment.
TYPE:
|
creation_time
|
TYPE:
|
description
|
The description of the MLflow experiment.
TYPE:
|
experiment_id
|
TYPE:
|
last_update_time
|
TYPE:
|
lifecycle_stage
|
TYPE:
|
name
|
Name of MLflow experiment. It must be an absolute path within the Databricks workspace, e.g.
TYPE:
|
| ATTRIBUTE | DESCRIPTION |
|---|---|
additional_core_resources |
TYPE:
|
additional_core_resources
property
¤
- permissions