Module org.elasticsearch.xcore
Class StoreInferenceEndpointsAction
java.lang.Object
org.elasticsearch.action.ActionType<StoreInferenceEndpointsAction.Response>
org.elasticsearch.xpack.core.inference.action.StoreInferenceEndpointsAction
public class StoreInferenceEndpointsAction
extends ActionType<StoreInferenceEndpointsAction.Response>
Internal action to store inference endpoints and return the results of the store operation. This should only be used internally and not
exposed via a REST API.
For the exposed REST API action see
PutInferenceModelAction.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
NAME
- See Also:
-
-
Constructor Details
-
StoreInferenceEndpointsAction
public StoreInferenceEndpointsAction()
-