IndexColumn Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. IndexColumn
- com.
Implements
public final class IndexColumn
implements JsonSerializable<IndexColumn>
DTO object representing index column.
Constructor Summary
| Constructor | Description |
|---|---|
| IndexColumn() |
Creates an instance of Index |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
columnName()
Get the column |
|
Feature |
dataType()
Get the data |
|
static
Index |
fromJson(JsonReader jsonReader)
Reads an instance of Index |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Index |
withColumnName(String columnName)
Set the column |
|
Index |
withDataType(FeatureDataType dataType)
Set the data |
Methods inherited from java.lang.Object
Constructor Details
IndexColumn
public IndexColumn()
Creates an instance of IndexColumn class.
Method Details
columnName
public String columnName()
Get the columnName property: Specifies the column name.
Returns:
dataType
public FeatureDataType dataType()
Get the dataType property: Specifies the data type.
Returns:
fromJson
public static IndexColumn fromJson(JsonReader jsonReader)
Reads an instance of IndexColumn from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withColumnName
public IndexColumn withColumnName(String columnName)
Set the columnName property: Specifies the column name.
Parameters:
Returns:
withDataType
public IndexColumn withDataType(FeatureDataType dataType)
Set the dataType property: Specifies the data type.
Parameters:
Returns: