FeatureStoreSettings 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.
Settings for feature store type workspace.
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
FeatureStoreSettings() |
Initializes a new instance of FeatureStoreSettings. |
Properties
OfflineStoreConnectionName |
Gets or sets the offline store connection name. |
OnlineStoreConnectionName |
Gets or sets the online store connection name. |
SparkRuntimeVersion |
Gets or sets the spark runtime version. |
Explicit Interface Implementations
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
Azure SDK for .NET