AmlUserFeature Interface

public interface AmlUserFeature

An immutable client-side representation of AmlUserFeature.

Method Summary

Modifier and Type Method and Description
abstract String description()

Gets the description property: Describes the feature for user experience.

abstract String displayName()

Gets the displayName property: Specifies the feature name.

abstract String id()

Gets the id property: Specifies the feature ID.

abstract AmlUserFeatureInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner object.

Method Details

description

public abstract String description()

Gets the description property: Describes the feature for user experience.

Returns:

the description value.

displayName

public abstract String displayName()

Gets the displayName property: Specifies the feature name.

Returns:

the displayName value.

id

public abstract String id()

Gets the id property: Specifies the feature ID.

Returns:

the id value.

innerModel

public abstract AmlUserFeatureInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner object.

Returns:

the inner object.

Applies to