ArmMachineLearningModelFactory.IndexColumn 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.
DTO object representing index column.
public static Azure.ResourceManager.MachineLearning.Models.IndexColumn IndexColumn(string columnName = default, Azure.ResourceManager.MachineLearning.Models.FeatureDataType? dataType = default);
static member IndexColumn : string * Nullable<Azure.ResourceManager.MachineLearning.Models.FeatureDataType> -> Azure.ResourceManager.MachineLearning.Models.IndexColumn
Public Shared Function IndexColumn (Optional columnName As String = Nothing, Optional dataType As Nullable(Of FeatureDataType) = Nothing) As IndexColumn
Parameters
- columnName
- String
Specifies the column name.
- dataType
- Nullable<FeatureDataType>
Specifies the data type.
Returns
A new IndexColumn instance for mocking.