Uses of Class
org.elasticsearch.client.ml.datafeed.ChunkingConfig.Mode
-
Packages that use ChunkingConfig.Mode Package Description org.elasticsearch.client.ml.datafeed -
-
Uses of ChunkingConfig.Mode in org.elasticsearch.client.ml.datafeed
Methods in org.elasticsearch.client.ml.datafeed that return ChunkingConfig.Mode Modifier and Type Method Description static ChunkingConfig.ModeChunkingConfig.Mode. fromString(String value)static ChunkingConfig.ModeChunkingConfig.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static ChunkingConfig.Mode[]ChunkingConfig.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-