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