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.