FeatureStoreSettingsResponse

data class FeatureStoreSettingsResponse(val computeRuntime: ComputeRuntimeDtoResponse? = null, val offlineStoreConnectionName: String? = null, val onlineStoreConnectionName: String? = null)

Settings for feature store type workspace.

Constructors

Link copied to clipboard
constructor(computeRuntime: ComputeRuntimeDtoResponse? = null, offlineStoreConnectionName: String? = null, onlineStoreConnectionName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Compute runtime config for feature store type workspace.

Link copied to clipboard
Link copied to clipboard