doc / ch.tutteli.atrium.logic.creating.transformers / FeatureExtractorBuilder / DescriptionStep / withDescription

withDescription

open fun withDescription(description: String): FeatureExtractorBuilder.RepresentationInCaseOfFailureStep<T> (source)

Uses the given description, wraps it into an Untranslatable and uses it as description of the feature.

abstract fun withDescription(translatable: Translatable): FeatureExtractorBuilder.RepresentationInCaseOfFailureStep<T> (source)

Uses the given translatable as description of the feature.