Featureset Job Response
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