Featurestore Entity Version Response
data class FeaturestoreEntityVersionResponse(val description: String? = null, val indexColumns: List<IndexColumnResponse>? = null, val isAnonymous: Boolean? = null, val isArchived: Boolean? = null, val properties: Map<String, String>? = null, val provisioningState: String, val stage: String? = null, val tags: Map<String, String>? = null)
DTO object representing feature entity version
Properties
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).
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Provisioning state for the featurestore entity version.