Amazon.MachineLearning.BatchPredictionFilterVariable.FindValue C# (CSharp) Method

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : BatchPredictionFilterVariable
value string The unique value for the constant
return BatchPredictionFilterVariable
        public static BatchPredictionFilterVariable FindValue(string value)
        {
            return FindValue<BatchPredictionFilterVariable>(value);
        }
BatchPredictionFilterVariable