ListAmlUserFeatureResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List Aml user feature operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ListAmlUserFeatureResultTypeConverter))]
public class ListAmlUserFeatureResult : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IListAmlUserFeatureResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ListAmlUserFeatureResultTypeConverter))>]
type ListAmlUserFeatureResult = class
interface IListAmlUserFeatureResult
interface IJsonSerializable
Public Class ListAmlUserFeatureResult
Implements IListAmlUserFeatureResult
- Inheritance
-
ListAmlUserFeatureResult
- Attributes
- Implements
Constructors
ListAmlUserFeatureResult() |
Creates an new ListAmlUserFeatureResult instance. |
Properties
NextLink |
The URI to fetch the next page of AML user features information. Call ListNext() with this to fetch the next page of AML user features information. |
Value |
The list of AML user facing features. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListAmlUserFeatureResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListAmlUserFeatureResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IListAmlUserFeatureResult. |
FromJsonString(String) |
Creates a new instance of ListAmlUserFeatureResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListAmlUserFeatureResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |