ArmMachineLearningModelFactory.MachineLearningFeatureSetJob Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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
Parameters
- createdOn
- Nullable<DateTimeOffset>
Specifies the created date.
- displayName
- String
Specifies the display name.
- experimentId
- String
Specifies the experiment id.
- featureWindow
- FeatureWindow
Specifies the backfill feature window to be materialized.
- jobId
- String
Specifies the job id.
- status
- Nullable<MachineLearningJobStatus>
Specifies the job status.
- tags
- IReadOnlyDictionary<String,String>
Specifies the tags if any.
- featureStoreJobType
- Nullable<FeatureStoreJobType>
Specifies the feature store job type.
Returns
A new MachineLearningFeatureSetJob instance for mocking.