ArmMachineLearningModelFactory.FeatureSetVersionBackfillContent 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.
public static Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent FeatureSetVersionBackfillContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.DataAvailabilityStatus> dataAvailabilityStatus = default, string description = default, string displayName = default, Azure.ResourceManager.MachineLearning.Models.FeatureWindow featureWindow = default, string jobId = default, System.Collections.Generic.IDictionary<string,string> properties = default, string resourceInstanceType = default, System.Collections.Generic.IDictionary<string,string> sparkConfiguration = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member FeatureSetVersionBackfillContent : seq<Azure.ResourceManager.MachineLearning.Models.DataAvailabilityStatus> * string * string * Azure.ResourceManager.MachineLearning.Models.FeatureWindow * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent
Public Shared Function FeatureSetVersionBackfillContent (Optional dataAvailabilityStatus As IEnumerable(Of DataAvailabilityStatus) = Nothing, Optional description As String = Nothing, Optional displayName As String = Nothing, Optional featureWindow As FeatureWindow = Nothing, Optional jobId As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional resourceInstanceType As String = Nothing, Optional sparkConfiguration As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As FeatureSetVersionBackfillContent
Parameters
- dataAvailabilityStatus
- IEnumerable<DataAvailabilityStatus>
Specified the data availability status that you want to backfill.
- description
- String
Specifies description.
- displayName
- String
Specifies description.
- featureWindow
- FeatureWindow
Specifies the backfill feature window to be materialized.
- jobId
- String
Specify the jobId to retry the failed materialization.
- properties
- IDictionary<String,String>
Specifies the properties.
- resourceInstanceType
- String
Specifies the instance type.
- sparkConfiguration
- IDictionary<String,String>
Specifies the spark compute settings.
- tags
- IDictionary<String,String>
Specifies the tags.
Returns
A new FeatureSetVersionBackfillContent instance for mocking.