FeaturesetJobResponse

data class FeaturesetJobResponse(val createdDate: String? = null, val displayName: String? = null, val duration: String? = null, val experimentId: String? = null, val featureWindow: FeatureWindowResponse? = null, val jobId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val type: String? = null)

Dto object representing the feature set job

Constructors

Link copied to clipboard
constructor(createdDate: String? = null, displayName: String? = null, duration: String? = null, experimentId: String? = null, featureWindow: FeatureWindowResponse? = null, jobId: String? = null, status: String? = null, tags: Map<String, String>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdDate: String? = null

Specifies the created date

Link copied to clipboard
val displayName: String? = null

Specifies the display name

Link copied to clipboard
val duration: String? = null

Specifies the duration

Link copied to clipboard
val experimentId: String? = null

Specifies the experiment id

Link copied to clipboard

Specifies the backfill feature window to be materialized

Link copied to clipboard
val jobId: String? = null

Specifies the job id

Link copied to clipboard
val status: String? = null

Specifies the job status

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

Specifies the tags if any

Link copied to clipboard
val type: String? = null

Specifies the feature store job type