Class GetInferenceFieldsInternalAction

java.lang.Object
org.elasticsearch.action.ActionType<GetInferenceFieldsInternalAction.Response>
org.elasticsearch.xpack.core.inference.action.GetInferenceFieldsInternalAction

public class GetInferenceFieldsInternalAction extends ActionType<GetInferenceFieldsInternalAction.Response>

An internal action for getting inference fields for a set of indices and optionally, the inference results for those fields given a query.

Note that this action is intended to be used to get inference fields for a remote cluster. Local cluster inference fields can be gathered more directly using IndexMetadata.getMatchingInferenceFields(java.util.Map<java.lang.String, java.lang.Float>, boolean, boolean).