java.lang.Object
com.azure.resourcemanager.machinelearning.models.MonitoringFeatureFilterBase
com.azure.resourcemanager.machinelearning.models.AllFeatures
All Implemented Interfaces:
com.azure.json.JsonSerializable<MonitoringFeatureFilterBase>

public final class AllFeatures extends MonitoringFeatureFilterBase
The AllFeatures model.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of AllFeatures class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the filterType property: [Required] Specifies the feature filter to leverage when selecting features to calculate metrics over.
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of AllFeatures from the JsonReader.
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString
  • Constructor Details

    • AllFeatures

      public AllFeatures()
      Creates an instance of AllFeatures class.
  • Method Details