MLflow Experiment
laktory.models.resources.databricks.MLflowExperiment
¤
Bases: BaseModel
, PulumiResource
, TerraformResource
MLflow Experiment
ATTRIBUTE | DESCRIPTION |
---|---|
access_controls |
MLflow Experiment access controls
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:
|
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",
}
],
)
ATTRIBUTE | DESCRIPTION |
---|---|
additional_core_resources |
TYPE:
|