FeatureGroupArgs

data class FeatureGroupArgs(val description: Output<String>? = null, val eventTimeFeatureName: Output<String>? = null, val featureDefinitions: Output<List<FeatureGroupFeatureDefinitionArgs>>? = null, val featureGroupName: Output<String>? = null, val offlineStoreConfig: Output<OfflineStoreConfigPropertiesArgs>? = null, val onlineStoreConfig: Output<OnlineStoreConfigPropertiesArgs>? = null, val recordIdentifierFeatureName: Output<String>? = null, val roleArn: Output<String>? = null, val tags: Output<List<FeatureGroupTagArgs>>? = null) : ConvertibleToJava<FeatureGroupArgs>

Resource Type definition for AWS::SageMaker::FeatureGroup

Constructors

Link copied to clipboard
fun FeatureGroupArgs(description: Output<String>? = null, eventTimeFeatureName: Output<String>? = null, featureDefinitions: Output<List<FeatureGroupFeatureDefinitionArgs>>? = null, featureGroupName: Output<String>? = null, offlineStoreConfig: Output<OfflineStoreConfigPropertiesArgs>? = null, onlineStoreConfig: Output<OnlineStoreConfigPropertiesArgs>? = null, recordIdentifierFeatureName: Output<String>? = null, roleArn: Output<String>? = null, tags: Output<List<FeatureGroupTagArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): FeatureGroupArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

Description about the FeatureGroup.

Link copied to clipboard
val eventTimeFeatureName: Output<String>? = null

The Event Time Feature Name.

Link copied to clipboard

An Array of Feature Definition

Link copied to clipboard
val featureGroupName: Output<String>? = null

The Name of the FeatureGroup.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recordIdentifierFeatureName: Output<String>? = null

The Record Identifier Feature Name.

Link copied to clipboard
val roleArn: Output<String>? = null

Role Arn

Link copied to clipboard
val tags: Output<List<FeatureGroupTagArgs>>? = null

An array of key-value pair to apply to this resource.