Skip to content

Commit

Permalink
add experimental tag to job definition class (Azure#27949)
Browse files Browse the repository at this point in the history
  • Loading branch information
TajiHarrisMicrosoft authored Dec 14, 2022
1 parent faf48cc commit e7b884a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
from azure.ai.ml.constants._common import BASE_PATH_CONTEXT_KEY
from azure.ai.ml.entities._component.component import Component
from azure.ai.ml.entities._job.job import Job
from azure.ai.ml._utils._experimental import experimental


@experimental
class JobDefinition:
"""Job Definition entity
Expand Down

0 comments on commit e7b884a

Please sign in to comment.