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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the computeRuntime property: Compute runtime config for feature store type workspace.static FeatureStoreSettingsfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FeatureStoreSettings from the JsonReader.Get the offlineStoreConnectionName property: The offlineStoreConnectionName property.Get the onlineStoreConnectionName property: The onlineStoreConnectionName property.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.withComputeRuntime(ComputeRuntimeDto computeRuntime) Set the computeRuntime property: Compute runtime config for feature store type workspace.withOfflineStoreConnectionName(String offlineStoreConnectionName) Set the offlineStoreConnectionName property: The offlineStoreConnectionName property.withOnlineStoreConnectionName(String onlineStoreConnectionName) Set the onlineStoreConnectionName property: The onlineStoreConnectionName property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
FeatureStoreSettings
public FeatureStoreSettings()Creates an instance of FeatureStoreSettings class.
-
-
Method Details
-
computeRuntime
Get the computeRuntime property: Compute runtime config for feature store type workspace.- Returns:
- the computeRuntime value.
-
withComputeRuntime
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
Get the offlineStoreConnectionName property: The offlineStoreConnectionName property.- Returns:
- the offlineStoreConnectionName value.
-
withOfflineStoreConnectionName
Set the offlineStoreConnectionName property: The offlineStoreConnectionName property.- Parameters:
offlineStoreConnectionName- the offlineStoreConnectionName value to set.- Returns:
- the FeatureStoreSettings object itself.
-
onlineStoreConnectionName
Get the onlineStoreConnectionName property: The onlineStoreConnectionName property.- Returns:
- the onlineStoreConnectionName value.
-
withOnlineStoreConnectionName
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
- Specified by:
toJsonin interfacecom.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.
-