File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elastic Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3
+ * or more contributor license agreements. Licensed under the Elastic License
4
+ * 2.0; you may not use this file except in compliance with the Elastic License
5
+ * 2.0.
6
+ */
7
+
8
+ package org .elasticsearch .xpack .inference .services .elastic ;
9
+
10
+ import org .elasticsearch .common .util .FeatureFlag ;
11
+
12
+ /**
13
+ * Elastic Inference Service feature flag. Not being used anymore, but we'll keep it until the controller is no longer
14
+ * passing -Des.elastic_inference_service_feature_flag_enabled=true at startup.
15
+ */
16
+ public class ElasticInferenceServiceFeature {
17
+
18
+ @ Deprecated
19
+ public static final FeatureFlag ELASTIC_INFERENCE_SERVICE_FEATURE_FLAG = new FeatureFlag ("elastic_inference_service" );
20
+
21
+ }
You can’t perform that action at this time.
0 commit comments