KustoStep 类
KustoStep 启用了在 Azure ML 管道中的目标 Kusto 群集上运行 Kusto 查询的功能。
- 继承
-
azureml.pipeline.core._kusto_step_base._KustoStepBaseKustoStep
构造函数
KustoStep(name, compute_target, database_name, query_directory, output, parameter_dict=None, allow_reuse=False)
参数
- output
- Union[<xref:azureml.pipeline.core.builder.PipelineData,azureml.pipeline.core.graph.OutputPortBinding>]
必需
此步骤生成的输出的输出端口定义
方法
| create_node |
从 Kusto 步骤创建一个节点,并将其添加到指定的图形中。 此方法不能直接使用。 通过此步骤实例化管道时,Azure 机器学习会自动通过此方法传递所需的参数,以便可以将步骤添加到表示工作流的管道图形中。 |
create_node
从 Kusto 步骤创建一个节点,并将其添加到指定的图形中。
此方法不能直接使用。 通过此步骤实例化管道时,Azure 机器学习会自动通过此方法传递所需的参数,以便可以将步骤添加到表示工作流的管道图形中。
create_node(graph, default_datastore, context)
参数
- context
- <xref:azureml.pipeline.core._GraphContext>
必需
图形上下文。
返回
创建的节点。
返回类型
反馈
提交和查看相关反馈