FeatureSubset Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. MonitoringFeatureFilterBase - com.
azure. resourcemanager. machinelearning. models. FeatureSubset
- com.
- com.
public final class FeatureSubset
extends MonitoringFeatureFilterBase
The FeatureSubset model.
Constructor Summary
| Constructor | Description |
|---|---|
| FeatureSubset() |
Creates an instance of Feature |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
features()
Get the features property: [Required] The list of features to include. |
|
Monitoring |
filterType()
Get the filter |
|
static
Feature |
fromJson(JsonReader jsonReader)
Reads an instance of Feature |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Feature |
withFeatures(List<String> features)
Set the features property: [Required] The list of features to include. |
Methods inherited from MonitoringFeatureFilterBase
Methods inherited from java.lang.Object
Constructor Details
FeatureSubset
public FeatureSubset()
Creates an instance of FeatureSubset class.
Method Details
features
public List<String> features()
Get the features property: [Required] The list of features to include.
Returns:
filterType
public MonitoringFeatureFilterType filterType()
Get the filterType property: [Required] Specifies the feature filter to leverage when selecting features to calculate metrics over.
Overrides:
FeatureSubset.filterType()Returns:
fromJson
public static FeatureSubset fromJson(JsonReader jsonReader)
Reads an instance of FeatureSubset from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FeatureSubset.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
FeatureSubset.validate()withFeatures
public FeatureSubset withFeatures(List<String> features)
Set the features property: [Required] The list of features to include.
Parameters:
Returns: