Class Datafeeds
java.lang.Object
co.elastic.clients.elasticsearch.ml.info.Datafeeds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Datafeeds extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatafeeds.BuilderBuilder forDatafeeds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Datafeeds>_DESERIALIZERJson deserializer forDatafeeds -
Constructor Summary
Constructors Constructor Description Datafeeds(Datafeeds.Builder builder)Datafeeds(java.util.function.Function<Datafeeds.Builder,Datafeeds.Builder> fn) -
Method Summary
Modifier and Type Method Description intscrollSize()Required - API name:scroll_sizevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDatafeedsDeserializer(DelegatingDeserializer<Datafeeds.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDatafeeds
-
-
Constructor Details
-
Datafeeds
-
Datafeeds
-
-
Method Details
-
scrollSize
public int scrollSize()Required - API name:scroll_size -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDatafeedsDeserializer
-