blob: ec7c415c717d39a8e791c5c7f71582d98e68a95c (
about) (
plain)
1
2
3
4
5
6
7
8
9
|
# ---------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------
from azure.ai.ml.entities._builders.parallel_func import parallel_run_function
from azure.ai.ml.entities._job.parallel.parallel_job import ParallelJob
from azure.ai.ml.entities._job.parallel.run_function import RunFunction
__all__ = ["parallel_run_function", "RunFunction", "ParallelJob"]
|