FeatureStoreSettings Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. FeatureStoreSettings
- com.
Implements
public final class FeatureStoreSettings
implements JsonSerializable<FeatureStoreSettings>
Settings for feature store type workspace.
Constructor Summary
| Constructor | Description |
|---|---|
| FeatureStoreSettings() |
Creates an instance of Feature |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Compute |
computeRuntime()
Get the compute |
|
static
Feature |
fromJson(JsonReader jsonReader)
Reads an instance of Feature |
| String |
offlineStoreConnectionName()
Get the offline |
| String |
onlineStoreConnectionName()
Get the online |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Feature |
withComputeRuntime(ComputeRuntimeDto computeRuntime)
Set the compute |
|
Feature |
withOfflineStoreConnectionName(String offlineStoreConnectionName)
Set the offline |
|
Feature |
withOnlineStoreConnectionName(String onlineStoreConnectionName)
Set the online |
Methods inherited from java.lang.Object
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:
fromJson
public static FeatureStoreSettings fromJson(JsonReader jsonReader)
Reads an instance of FeatureStoreSettings from the JsonReader.
Parameters:
Returns:
Throws:
offlineStoreConnectionName
public String offlineStoreConnectionName()
Get the offlineStoreConnectionName property: The offlineStoreConnectionName property.
Returns:
onlineStoreConnectionName
public String onlineStoreConnectionName()
Get the onlineStoreConnectionName property: The onlineStoreConnectionName property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withComputeRuntime
public FeatureStoreSettings withComputeRuntime(ComputeRuntimeDto computeRuntime)
Set the computeRuntime property: Compute runtime config for feature store type workspace.
Parameters:
Returns:
withOfflineStoreConnectionName
public FeatureStoreSettings withOfflineStoreConnectionName(String offlineStoreConnectionName)
Set the offlineStoreConnectionName property: The offlineStoreConnectionName property.
Parameters:
Returns:
withOnlineStoreConnectionName
public FeatureStoreSettings withOnlineStoreConnectionName(String onlineStoreConnectionName)
Set the onlineStoreConnectionName property: The onlineStoreConnectionName property.
Parameters:
Returns: