Uses of Class
software.amazon.awssdk.services.sagemaker.model.OnlineStoreConfig
-
Packages that use OnlineStoreConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of OnlineStoreConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return OnlineStoreConfig Modifier and Type Method Description OnlineStoreConfigCreateFeatureGroupRequest. onlineStoreConfig()You can turn theOnlineStoreon or off by specifyingTruefor theEnableOnlineStoreflag inOnlineStoreConfig.OnlineStoreConfigDescribeFeatureGroupResponse. onlineStoreConfig()The configuration for theOnlineStore.OnlineStoreConfigFeatureGroup. onlineStoreConfig()Returns the value of the OnlineStoreConfig property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type OnlineStoreConfig Modifier and Type Method Description CreateFeatureGroupRequest.BuilderCreateFeatureGroupRequest.Builder. onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)You can turn theOnlineStoreon or off by specifyingTruefor theEnableOnlineStoreflag inOnlineStoreConfig.DescribeFeatureGroupResponse.BuilderDescribeFeatureGroupResponse.Builder. onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)The configuration for theOnlineStore.FeatureGroup.BuilderFeatureGroup.Builder. onlineStoreConfig(OnlineStoreConfig onlineStoreConfig)Sets the value of the OnlineStoreConfig property for this object.
-