MLflow Experiment
laktory.models.resources.databricks.MLflowExperiment
¤
Bases: MlflowExperimentBase
MLflow Experiment
Examples:
import io
from laktory import models
exp_yaml = '''
name: /.laktory/Sample
artifact_location: dbfs:/tmp/my-experiment
description: My MLflow experiment description
access_controls:
- group_name: account users
permission_level: CAN_MANAGE
'''
exp = models.resources.databricks.MLflowExperiment.model_validate_yaml(
io.StringIO(exp_yaml)
)
References
| BASE | DESCRIPTION |
|---|---|
artifact_location
|
Path to artifact location of the MLflow experiment
TYPE:
|
creation_time
|
TYPE:
|
description
|
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:
|
tags
|
Tags for the MLflow experiment
TYPE:
|
timeouts
|
TYPE:
|
| LAKTORY | DESCRIPTION |
|---|---|
access_controls
|
Access controls list
TYPE:
|
| ATTRIBUTE | DESCRIPTION |
|---|---|
additional_core_resources |
TYPE:
|
additional_core_resources
property
¤
- permissions
laktory.models.resources.databricks.mlflowexperiment.MlflowExperimentTags
¤
Bases: BaseModel
| PARAMETER | DESCRIPTION |
|---|---|
key
|
TYPE:
|
value
|
TYPE:
|