Uses of Class
software.amazon.awscdk.services.sagemaker.CfnFeatureGroup.Builder
Packages that use CfnFeatureGroup.Builder
-
Uses of CfnFeatureGroup.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnFeatureGroup.BuilderModifier and TypeMethodDescriptionstatic CfnFeatureGroup.BuilderCfnFeatureGroup.Builder.description(String description) A free form description of aFeatureGroup.CfnFeatureGroup.Builder.eventTimeFeatureName(String eventTimeFeatureName) The name of the feature that stores theEventTimeof a Record in aFeatureGroup.CfnFeatureGroup.Builder.featureDefinitions(List<? extends Object> featureDefinitions) A list ofFeatures.CfnFeatureGroup.Builder.featureDefinitions(IResolvable featureDefinitions) A list ofFeatures.CfnFeatureGroup.Builder.featureGroupName(String featureGroupName) The name of theFeatureGroup.CfnFeatureGroup.Builder.offlineStoreConfig(Object offlineStoreConfig) The configuration of anOfflineStore.CfnFeatureGroup.Builder.onlineStoreConfig(Object onlineStoreConfig) The configuration of anOnlineStore.CfnFeatureGroup.Builder.recordIdentifierFeatureName(String recordIdentifierFeatureName) The name of theFeaturewhose value uniquely identifies aRecorddefined in theFeatureGroupFeatureDefinitions.The Amazon Resource Name (ARN) of the IAM execution role used to create the feature group.Tags used to define aFeatureGroup.