Interface AmlUserFeature


  • public interface AmlUserFeature
    An immutable client-side representation of AmlUserFeature.
    • Method Detail

      • id

        String id()
        Gets the id property: Specifies the feature ID.
        Returns:
        the id value.
      • displayName

        String displayName()
        Gets the displayName property: Specifies the feature name.
        Returns:
        the displayName value.
      • description

        String description()
        Gets the description property: Describes the feature for user experience.
        Returns:
        the description value.
      • innerModel

        AmlUserFeatureInner innerModel()
        Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.AmlUserFeatureInner object.
        Returns:
        the inner object.