Language

ArmMachineLearningModelFactory.MachineLearningFeatureProperties Method

Definition

DTO object representing feature.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureProperties MachineLearningFeatureProperties(string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.MachineLearning.Models.FeatureDataType? dataType = default, string featureName = default);
static member MachineLearningFeatureProperties : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.MachineLearning.Models.FeatureDataType> * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureProperties
Public Shared Function MachineLearningFeatureProperties (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional dataType As Nullable(Of FeatureDataType) = Nothing, Optional featureName As String = Nothing) As MachineLearningFeatureProperties

Parameters

description
String

The asset description text.

properties
IDictionary<String,String>

The asset property dictionary.

tags
IDictionary<String,String>

Tag dictionary. Tags can be added, removed, and updated.

dataType
Nullable<FeatureDataType>

Specifies type.

featureName
String

Specifies name.

Returns

A new MachineLearningFeatureProperties instance for mocking.

Applies to