Share via


MachineLearningUserFeature Class

Definition

Features enabled for a workspace.

public class MachineLearningUserFeature : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningUserFeature>
public class MachineLearningUserFeature
type MachineLearningUserFeature = class
    interface IJsonModel<MachineLearningUserFeature>
    interface IPersistableModel<MachineLearningUserFeature>
type MachineLearningUserFeature = class
Public Class MachineLearningUserFeature
Implements IJsonModel(Of MachineLearningUserFeature), IPersistableModel(Of MachineLearningUserFeature)
Public Class MachineLearningUserFeature
Inheritance
MachineLearningUserFeature
Implements

Properties

Description

Describes the feature for user experience.

DisplayName

Specifies the feature name.

Id

Specifies the feature ID.

Explicit Interface Implementations

IJsonModel<MachineLearningUserFeature>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningUserFeature>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningUserFeature>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningUserFeature>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningUserFeature>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to