MaterializationSettings Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MaterializationSettingsTypeConverter))]
public class MaterializationSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMaterializationSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.MaterializationSettingsTypeConverter))>]
type MaterializationSettings = class
    interface IMaterializationSettings
    interface IJsonSerializable
Public Class MaterializationSettings
Implements IMaterializationSettings
Inheritance
MaterializationSettings
Attributes
Implements

Constructors

MaterializationSettings()

Creates an new MaterializationSettings instance.

Properties

NotificationEmail

This is the email recipient list which has a limitation of 499 characters in total concat with comma separator

NotificationEmailOn

Send email notification to user on specified notification type

NotificationWebhook

Send webhook callback to a service. Key is a user-provided name for the webhook.

ResourceInstanceType

Specifies the instance type

ScheduleEndTime

Specifies end time of schedule in ISO 8601, but without a UTC offset. Refer https://en.wikipedia.org/wiki/ISO_8601. Recommented format would be "2022-06-01T00:00:01" If not present, the schedule will run indefinitely

ScheduleFrequency

[Required] The frequency to trigger schedule.

ScheduleHour

[Required] List of hours for the schedule.

ScheduleInterval

[Required] Specifies schedule interval in conjunction with frequency

ScheduleMinute

[Required] List of minutes for the schedule.

ScheduleMonthDay

List of month days for the schedule

ScheduleStartTime

Specifies start time of schedule in ISO 8601 format, but without a UTC offset.

ScheduleTimeZone

Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11

ScheduleTriggerType

[Required]

ScheduleWeekDay

List of days for the schedule.

SparkConfiguration

Specifies the spark compute settings

StoreType

Specifies the stores to which materialization should happen

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MaterializationSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MaterializationSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMaterializationSettings.

FromJsonString(String)

Creates a new instance of MaterializationSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MaterializationSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to