Module org.elasticsearch.xcore
Class GetInferenceFieldsAction
java.lang.Object
org.elasticsearch.action.ActionType<GetInferenceFieldsAction.Response>
org.elasticsearch.xpack.core.inference.action.GetInferenceFieldsAction
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).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic classstatic classA response containing an inference fields map and, if a query was specified in theGetInferenceFieldsAction.Request, the inference results for those fields. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransportVersionstatic final GetInferenceFieldsActionstatic final Stringstatic final RemoteClusterActionType<GetInferenceFieldsAction.Response> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
REMOTE_TYPE
-
GET_INFERENCE_FIELDS_ACTION_TV
-
NAME
- See Also:
-
-
Constructor Details
-
GetInferenceFieldsAction
public GetInferenceFieldsAction()
-