We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1dd74 commit 8dc6a70Copy full SHA for 8dc6a70
1 file changed
sdk/ml/azure-ai-ml/tests/pipeline_job/unittests/test_pipeline_job_schema.py
@@ -33,7 +33,7 @@
33
from azure.ai.ml.entities._job._input_output_helpers import (
34
INPUT_MOUNT_MAPPING_FROM_REST,
35
from_rest_inputs_to_dataset_literal,
36
- to_rest_dataset_literal,
+ to_rest_dataset_literal_inputs,
37
validate_pipeline_input_key_characters,
38
)
39
from azure.ai.ml.entities._job.automl.search_space_utils import _convert_sweep_dist_dict_to_str_dict
@@ -56,7 +56,7 @@
56
@pytest.mark.pipeline_test
57
class TestPipelineJobSchema:
58
def test_hdfs_input_mode_round_trip(self):
59
- rest_inputs = to_rest_dataset_literal(
+ rest_inputs = to_rest_dataset_literal_inputs(
60
{
61
"hdfs_input": Input(
62
type=AssetTypes.URI_FOLDER,
0 commit comments