Class GetInferenceFieldsAction

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

public class GetInferenceFieldsAction extends ActionType<GetInferenceFieldsAction.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).