ArmMachineLearningModelFactory.MaterializationSettings 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.MaterializationSettings MaterializationSettings(Azure.ResourceManager.MachineLearning.Models.NotificationSetting notification = default, string resourceInstanceType = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningRecurrenceTrigger schedule = default, System.Collections.Generic.IDictionary<string,string> sparkConfiguration = default, Azure.ResourceManager.MachineLearning.Models.MaterializationStoreType? storeType = default);
static member MaterializationSettings : Azure.ResourceManager.MachineLearning.Models.NotificationSetting * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningRecurrenceTrigger * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.MachineLearning.Models.MaterializationStoreType> -> Azure.ResourceManager.MachineLearning.Models.MaterializationSettings
Public Shared Function MaterializationSettings (Optional notification As NotificationSetting = Nothing, Optional resourceInstanceType As String = Nothing, Optional schedule As MachineLearningRecurrenceTrigger = Nothing, Optional sparkConfiguration As IDictionary(Of String, String) = Nothing, Optional storeType As Nullable(Of MaterializationStoreType) = Nothing) As MaterializationSettings
Parameters
- notification
- NotificationSetting
Specifies the notification details.
- resourceInstanceType
- String
Specifies the instance type.
- schedule
- MachineLearningRecurrenceTrigger
Specifies the schedule details.
- sparkConfiguration
- IDictionary<String,String>
Specifies the spark compute settings.
- storeType
- Nullable<MaterializationStoreType>
Specifies the stores to which materialization should happen.
Returns
A new MaterializationSettings instance for mocking.