Uses of Class
org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
-
Packages that use FileStructure.Format Package Description org.elasticsearch.client.ml org.elasticsearch.client.ml.filestructurefinder -
-
Uses of FileStructure.Format in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml that return FileStructure.Format Modifier and Type Method Description FileStructure.FormatFindFileStructureRequest. getFormat()Methods in org.elasticsearch.client.ml with parameters of type FileStructure.Format Modifier and Type Method Description voidFindFileStructureRequest. setFormat(FileStructure.Format format) -
Uses of FileStructure.Format in org.elasticsearch.client.ml.filestructurefinder
Methods in org.elasticsearch.client.ml.filestructurefinder that return FileStructure.Format Modifier and Type Method Description static FileStructure.FormatFileStructure.Format. fromString(String name)FileStructure.FormatFileStructure. getFormat()static FileStructure.FormatFileStructure.Format. valueOf(String name)Returns the enum constant of this type with the specified name.static FileStructure.Format[]FileStructure.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.
-