Featurestore Entity Container Response
data class FeaturestoreEntityContainerResponse(val description: String? = null, val isArchived: Boolean? = null, val latestVersion: String, val nextVersion: String, val properties: Map<String, String>? = null, val provisioningState: String, val tags: Map<String, String>? = null)
DTO object representing feature entity
Constructors
Properties
Link copied to clipboard
The asset description text.
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
The latest version inside this container.
Link copied to clipboard
The next auto incremental version
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Provisioning state for the featurestore entity container.