AmlUserFeatureInner Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner

public final class AmlUserFeatureInner

Features enabled for a workspace.

Constructor Summary

Constructor Description
AmlUserFeatureInner()

Method Summary

Modifier and Type Method and Description
String description()

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

String displayName()

Get the displayName property: Specifies the feature name.

String id()

Get the id property: Specifies the feature ID.

void validate()

Validates the instance.

AmlUserFeatureInner withDescription(String description)

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

AmlUserFeatureInner withDisplayName(String displayName)

Set the displayName property: Specifies the feature name.

AmlUserFeatureInner withId(String id)

Set the id property: Specifies the feature ID.

Methods inherited from java.lang.Object

Constructor Details

AmlUserFeatureInner

public AmlUserFeatureInner()

Method Details

description

public String description()

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

Returns:

the description value.

displayName

public String displayName()

Get the displayName property: Specifies the feature name.

Returns:

the displayName value.

id

public String id()

Get the id property: Specifies the feature ID.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withDescription

public AmlUserFeatureInner withDescription(String description)

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

Parameters:

description - the description value to set.

Returns:

the AmlUserFeatureInner object itself.

withDisplayName

public AmlUserFeatureInner withDisplayName(String displayName)

Set the displayName property: Specifies the feature name.

Parameters:

displayName - the displayName value to set.

Returns:

the AmlUserFeatureInner object itself.

withId

public AmlUserFeatureInner withId(String id)

Set the id property: Specifies the feature ID.

Parameters:

id - the id value to set.

Returns:

the AmlUserFeatureInner object itself.

Applies to