你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmMachineLearningModelFactory.MachineLearningFeatureSetJob 方法

定义

初始化 MachineLearningFeatureSetJob 的新实例。

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetJob MachineLearningFeatureSetJob (DateTimeOffset? createdOn = default, string displayName = default, TimeSpan? duration = default, string experimentId = default, Azure.ResourceManager.MachineLearning.Models.FeatureWindow featureWindow = default, string jobId = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningJobStatus? status = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, Azure.ResourceManager.MachineLearning.Models.FeatureStoreJobType? featureStoreJobType = default);
static member MachineLearningFeatureSetJob : Nullable<DateTimeOffset> * string * Nullable<TimeSpan> * string * Azure.ResourceManager.MachineLearning.Models.FeatureWindow * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningJobStatus> * System.Collections.Generic.IReadOnlyDictionary<string, string> * Nullable<Azure.ResourceManager.MachineLearning.Models.FeatureStoreJobType> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetJob
Public Shared Function MachineLearningFeatureSetJob (Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional displayName As String = Nothing, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional experimentId As String = Nothing, Optional featureWindow As FeatureWindow = Nothing, Optional jobId As String = Nothing, Optional status As Nullable(Of MachineLearningJobStatus) = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional featureStoreJobType As Nullable(Of FeatureStoreJobType) = Nothing) As MachineLearningFeatureSetJob

参数

createdOn
Nullable<DateTimeOffset>

指定创建日期。

displayName
String

指定显示名称。

duration
Nullable<TimeSpan>

指定持续时间。

experimentId
String

指定试验 ID。

featureWindow
FeatureWindow

指定要具体化的回填功能窗口。

jobId
String

指定作业 ID。

status
Nullable<MachineLearningJobStatus>

指定作业状态。

tags
IReadOnlyDictionary<String,String>

指定标记(如果有)。

featureStoreJobType
Nullable<FeatureStoreJobType>

指定功能存储作业类型。

返回

用于模拟的新 MachineLearningFeatureSetJob 实例。

适用于