Uses of Class
org.elasticsearch.client.ml.job.config.DataDescription.DataFormat
-
Packages that use DataDescription.DataFormat Package Description org.elasticsearch.client.ml.job.config -
-
Uses of DataDescription.DataFormat in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return DataDescription.DataFormat Modifier and Type Method Description static DataDescription.DataFormatDataDescription.DataFormat. forString(String value)Case-insensitive from string method.DataDescription.DataFormatDataDescription. getFormat()The format of the data to be processed.static DataDescription.DataFormatDataDescription.DataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DataDescription.DataFormat[]DataDescription.DataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.ml.job.config with parameters of type DataDescription.DataFormat Modifier and Type Method Description DataDescription.BuilderDataDescription.Builder. setFormat(DataDescription.DataFormat format)Constructors in org.elasticsearch.client.ml.job.config with parameters of type DataDescription.DataFormat Constructor Description DataDescription(DataDescription.DataFormat dataFormat, String timeFieldName, String timeFormat, Character fieldDelimiter, Character quoteCharacter)
-