Class FeatureStoreSettings

java.lang.Object
com.azure.resourcemanager.machinelearning.models.FeatureStoreSettings
All Implemented Interfaces:
com.azure.json.JsonSerializable<FeatureStoreSettings>

public final class FeatureStoreSettings extends Object implements com.azure.json.JsonSerializable<FeatureStoreSettings>
Settings for feature store type workspace.
  • Constructor Details

    • FeatureStoreSettings

      public FeatureStoreSettings()
      Creates an instance of FeatureStoreSettings class.
  • Method Details

    • computeRuntime

      public ComputeRuntimeDto computeRuntime()
      Get the computeRuntime property: Compute runtime config for feature store type workspace.
      Returns:
      the computeRuntime value.
    • withComputeRuntime

      public FeatureStoreSettings withComputeRuntime(ComputeRuntimeDto computeRuntime)
      Set the computeRuntime property: Compute runtime config for feature store type workspace.
      Parameters:
      computeRuntime - the computeRuntime value to set.
      Returns:
      the FeatureStoreSettings object itself.
    • offlineStoreConnectionName

      public String offlineStoreConnectionName()
      Get the offlineStoreConnectionName property: The offlineStoreConnectionName property.
      Returns:
      the offlineStoreConnectionName value.
    • withOfflineStoreConnectionName

      public FeatureStoreSettings withOfflineStoreConnectionName(String offlineStoreConnectionName)
      Set the offlineStoreConnectionName property: The offlineStoreConnectionName property.
      Parameters:
      offlineStoreConnectionName - the offlineStoreConnectionName value to set.
      Returns:
      the FeatureStoreSettings object itself.
    • onlineStoreConnectionName

      public String onlineStoreConnectionName()
      Get the onlineStoreConnectionName property: The onlineStoreConnectionName property.
      Returns:
      the onlineStoreConnectionName value.
    • withOnlineStoreConnectionName

      public FeatureStoreSettings withOnlineStoreConnectionName(String onlineStoreConnectionName)
      Set the onlineStoreConnectionName property: The onlineStoreConnectionName property.
      Parameters:
      onlineStoreConnectionName - the onlineStoreConnectionName value to set.
      Returns:
      the FeatureStoreSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<FeatureStoreSettings>
      Throws:
      IOException
    • fromJson

      public static FeatureStoreSettings fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of FeatureStoreSettings from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of FeatureStoreSettings if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the FeatureStoreSettings.