FeatureMetadata

The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A timestamp indicating when the feature was created.

Link copied to clipboard

An optional description that you specify to better describe the feature.

Link copied to clipboard

The Amazon Resource Number (ARN) of the feature group.

Link copied to clipboard

The name of the feature group containing the feature.

Link copied to clipboard

The name of feature.

Link copied to clipboard

The data type of the feature.

Link copied to clipboard

A timestamp indicating when the feature was last modified.

Link copied to clipboard

Optional key-value pairs that you specify to better describe the feature.

Functions

Link copied to clipboard
inline fun copy(block: FeatureMetadata.Builder.() -> Unit = {}): FeatureMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String