Interface AmlUserFeature
public interface AmlUserFeature
An immutable client-side representation of AmlUserFeature.
-
Method Summary
Modifier and TypeMethodDescriptionGets the description property: Describes the feature for user experience.Gets the displayName property: Specifies the feature name.id()Gets the id property: Specifies the feature ID.Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.AmlUserFeatureInner object.
-
Method Details
-
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.
-