62 строки
3.4 KiB
YAML
62 строки
3.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature"
|
|
name: "AmlUserFeature"
|
|
nameWithType: "AmlUserFeature"
|
|
summary: "An immutable client-side representation of Aml<wbr>User<wbr>Feature."
|
|
syntax: "public interface **AmlUserFeature**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature.description()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature.description()"
|
|
name: "description()"
|
|
nameWithType: "AmlUserFeature.description()"
|
|
summary: "Gets the description property: Describes the feature for user experience."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String description()"
|
|
desc: "Gets the description property: Describes the feature for user experience."
|
|
returns:
|
|
description: "the description value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature.displayName()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature.displayName()"
|
|
name: "displayName()"
|
|
nameWithType: "AmlUserFeature.displayName()"
|
|
summary: "Gets the display<wbr>Name property: Specifies the feature name."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String displayName()"
|
|
desc: "Gets the displayName property: Specifies the feature name."
|
|
returns:
|
|
description: "the displayName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature.id()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature.id()"
|
|
name: "id()"
|
|
nameWithType: "AmlUserFeature.id()"
|
|
summary: "Gets the id property: Specifies the feature ID."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Specifies the feature ID."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature.innerModel()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AmlUserFeature.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "AmlUserFeature.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>machinelearningservices.<wbr>fluent.<wbr>models.<wbr>Aml<wbr>User<wbr>Feature<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract AmlUserFeatureInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.AmlUserFeatureInner&text=AmlUserFeatureInner\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of AmlUserFeature."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|