FeaturestoreEntityContainerResponse

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

Link copied to clipboard
constructor(description: String? = null, isArchived: Boolean? = null, latestVersion: String, nextVersion: String, properties: Map<String, String>? = null, provisioningState: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val isArchived: Boolean? = null

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
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard

Provisioning state for the featurestore entity container.

Link copied to clipboard
val tags: Map<String, String>? = null

Tag dictionary. Tags can be added, removed, and updated.