|
28 | 28 | from azure.ai.ml._restclient.runhistory import AzureMachineLearningWorkspaces as ServiceClientRunHistory
|
29 | 29 | from azure.ai.ml._restclient.runhistory.models import Run
|
30 | 30 | from azure.ai.ml._restclient.v2023_04_01_preview import AzureMachineLearningWorkspaces as ServiceClient022023Preview
|
31 |
| -from azure.ai.ml._restclient.v2023_04_01_preview.models import JobBase |
32 |
| -from azure.ai.ml._restclient.v2023_08_01_preview.models import JobType as RestJobType |
33 |
| -from azure.ai.ml._restclient.v2023_04_01_preview.models import ListViewType, UserIdentity |
| 31 | +from azure.ai.ml._restclient.v2023_04_01_preview.models import JobBase, ListViewType, UserIdentity |
34 | 32 | from azure.ai.ml._restclient.v2023_08_01_preview.models import JobBase as JobBase_2308
|
| 33 | +from azure.ai.ml._restclient.v2023_08_01_preview.models import JobType as RestJobType |
35 | 34 | from azure.ai.ml._scope_dependent_operations import (
|
36 | 35 | OperationConfig,
|
37 | 36 | OperationsContainer,
|
|
97 | 96 | from azure.core.polling import LROPoller
|
98 | 97 | from azure.core.tracing.decorator import distributed_trace
|
99 | 98 |
|
100 |
| -from .._utils._experimental import experimental |
101 | 99 | from ..constants._component import ComponentSource
|
102 | 100 | from ..entities._builders.control_flow_node import ControlFlowNode
|
103 | 101 | from ..entities._job.pipeline._io import InputOutputBase, PipelineInput, _GroupAttrDict
|
@@ -469,7 +467,6 @@ def _try_get_compute_arm_id(self, compute: Union[Compute, str]):
|
469 | 467 | return None
|
470 | 468 |
|
471 | 469 | @distributed_trace
|
472 |
| - @experimental |
473 | 470 | @monitor_with_telemetry_mixin(logger, "Job.Validate", ActivityType.PUBLICAPI)
|
474 | 471 | def validate(self, job: Job, *, raise_on_failure: bool = False, **kwargs) -> ValidationResult:
|
475 | 472 | """Validates a Job object before submitting to the service. Anonymous assets may be created if there are inline
|
|
0 commit comments