createFeature
inline suspend fun EvidentlyClient.createFeature(crossinline block: CreateFeatureRequest.Builder.() -> Unit): CreateFeatureResponse
Creates an Evidently feature that you want to launch or test. You can define up to five variations of a feature, and use these variations in your launches and experiments. A feature must be created in a project. For information about creating a project, see CreateProject.
Don't use this operation to update an existing feature. Instead, use UpdateFeature.