Type estimator_test_utils Namespace tensorflow.contrib.learn.estimator_test_utils Methods assert_estimator_contract assert_estimator_contract_dyn assert_in_range assert_in_range_dyn Properties assert_estimator_contract_fn assert_in_range_fn Public static methods void assert_estimator_contract(object tester, PythonClassContainer estimator_class) object assert_estimator_contract_dyn(object tester, object estimator_class) void assert_in_range(double min_value, double max_value, string key, object metrics) object assert_in_range_dyn(object min_value, object max_value, object key, object metrics) Public properties PythonFunctionContainer assert_estimator_contract_fn get; PythonFunctionContainer assert_in_range_fn get;