Uses of Class
software.amazon.awssdk.services.sagemaker.model.OfflineStoreConfig
-
Packages that use OfflineStoreConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OfflineStoreConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OfflineStoreConfig Modifier and Type Method Description OfflineStoreConfigCreateFeatureGroupRequest. offlineStoreConfig()Use this to configure anOfflineFeatureStore.OfflineStoreConfigDescribeFeatureGroupResponse. offlineStoreConfig()The configuration of the offline store.OfflineStoreConfigFeatureGroup. offlineStoreConfig()Returns the value of the OfflineStoreConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type OfflineStoreConfig Modifier and Type Method Description CreateFeatureGroupRequest.BuilderCreateFeatureGroupRequest.Builder. offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)Use this to configure anOfflineFeatureStore.DescribeFeatureGroupResponse.BuilderDescribeFeatureGroupResponse.Builder. offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)The configuration of the offline store.FeatureGroup.BuilderFeatureGroup.Builder. offlineStoreConfig(OfflineStoreConfig offlineStoreConfig)Sets the value of the OfflineStoreConfig property for this object.
-