Featurestore Entity Version Args
data class FeaturestoreEntityVersionArgs(val autoDeleteSetting: Output<AutoDeleteSettingArgs>? = null, val description: Output<String>? = null, val indexColumns: Output<List<IndexColumnArgs>>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val properties: Output<Map<String, String>>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<FeaturestoreEntityVersionArgs>
Dto object representing feature entity version
Constructors
Link copied to clipboard
constructor(autoDeleteSetting: Output<AutoDeleteSettingArgs>? = null, description: Output<String>? = null, indexColumns: Output<List<IndexColumnArgs>>? = null, isAnonymous: Output<Boolean>? = null, isArchived: Output<Boolean>? = null, properties: Output<Map<String, String>>? = null, stage: Output<String>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
Specifies the lifecycle setting of managed data asset.
Link copied to clipboard
The asset description text.
Link copied to clipboard
Specifies index columns
Link copied to clipboard
If the name version are system generated (anonymous registration). For types where Stage is defined, when Stage is provided it will be used to populate IsAnonymous
Link copied to clipboard
Is the asset archived? For types where Stage is defined, when Stage is provided it will be used to populate IsArchived
Link copied to clipboard
The asset property dictionary.