Lingua

FeatureStoreSettings Class

Definition

The FeatureStoreSettings.

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

Constructors

Name Description
FeatureStoreSettings()

Initializes a new instance of FeatureStoreSettings.

Properties

Name Description
OfflineStoreConnectionName

Gets or sets the OfflineStoreConnectionName.

OnlineStoreConnectionName

Gets or sets the OnlineStoreConnectionName.

SparkRuntimeVersion

Gets or sets the SparkRuntimeVersion.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FeatureStoreSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FeatureStoreSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FeatureStoreSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FeatureStoreSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FeatureStoreSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to