FeaturesetVersion Class
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.
Azure Resource Manager resource envelope.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetVersionTypeConverter))]
public class FeaturesetVersion : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetVersion, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetVersionTypeConverter))>]
type FeaturesetVersion = class
interface IFeaturesetVersion
interface IJsonSerializable
interface IResource
interface IValidates
interface IHeaderSerializable
Public Class FeaturesetVersion
Implements IFeaturesetVersion, IHeaderSerializable, IValidates
- Inheritance
-
FeaturesetVersion
- Attributes
- Implements
Constructors
FeaturesetVersion() |
Creates an new FeaturesetVersion instance. |
Properties
Description |
The asset description text. |
Entity |
Specifies list of entities |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
IsAnonymou |
If the name version are system generated (anonymous registration). |
IsArchived |
Is the asset archived? |
MaterializationSettingSparkConfiguration |
Specifies the spark compute settings |
MaterializationSettingStoreType |
Specifies the stores to which materialization should happen |
Name |
The name of the resource |
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. |
ProvisioningState |
Provisioning state for the featureset version container. |
ResourceBaseProperty |
The asset property dictionary. |
ResourceGroupName |
Gets the resource group name |
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. |
SpecificationPath |
Specifies the spec path |
Stage |
Specifies the asset stage |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Tag dictionary. Tags can be added, removed, and updated. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
XmsAsyncOperationTimeout |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeaturesetVersion. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeaturesetVersion. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetVersion. |
FromJsonString(String) |
Creates a new instance of FeaturesetVersion, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeaturesetVersion into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |
Explicit Interface Implementations
IHeaderSerializable.ReadHeaders(HttpResponseHeaders) |