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