/// Create a Cloud ML feature that is ready for prediction with Cloud ML models.
/// <param name="featureType">Optional feature type used to create the Cloud ML feature.</param>
/// <returns>Cloud ML feature.</returns>
MLCloudFeature Create (in MLFeatureType featureType = default);