Uses of Class
org.elasticsearch.client.ml.FindFileStructureRequest
-
Packages that use FindFileStructureRequest Package Description org.elasticsearch.client -
-
Uses of FindFileStructureRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type FindFileStructureRequest Modifier and Type Method Description FindFileStructureResponseMachineLearningClient. findFileStructure(FindFileStructureRequest request, RequestOptions options)Finds the structure of a fileCancellableMachineLearningClient. findFileStructureAsync(FindFileStructureRequest request, RequestOptions options, ActionListener<FindFileStructureResponse> listener)Finds the structure of a file asynchronously and notifies the listener on completion
-