Class PutDatafeedResponse
java.lang.Object
co.elastic.clients.elasticsearch.ml.PutDatafeedResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutDatafeedResponse>Json deserializer forPutDatafeedResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,Aggregation> API name:aggregationsfinal DatafeedAuthorizationAPI name:authorizationfinal ChunkingConfigRequired - API name:chunking_configfinal StringRequired - API name:datafeed_idfinal DelayedDataCheckConfigAPI name:delayed_data_check_configfinal TimeAPI name:frequencyindices()Required - API name:indicesfinal IndicesOptionsAPI name:indices_optionsfinal StringjobId()Required - API name:job_idfinal IntegerAPI name:max_empty_searchesstatic PutDatafeedResponsefinal Queryquery()Required - API name:queryfinal TimeRequired - API name:query_delayfinal Map<String,RuntimeField> API name:runtime_mappingsfinal Map<String,ScriptField> API name:script_fieldsfinal intRequired - 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 voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPutDatafeedResponse
-
-
Method Details
-
of
public static PutDatafeedResponse of(Function<PutDatafeedResponse.Builder, ObjectBuilder<PutDatafeedResponse>> fn) -
aggregations
API name:aggregations -
authorization
API name:authorization -
chunkingConfig
Required - API name:chunking_config -
delayedDataCheckConfig
API name:delayed_data_check_config -
datafeedId
Required - API name:datafeed_id -
frequency
API name:frequency -
indices
Required - API name:indices -
jobId
Required - API name:job_id -
indicesOptions
API name:indices_options -
maxEmptySearches
API name:max_empty_searches -
query
Required - API name:query -
queryDelay
Required - API name:query_delay -
runtimeMappings
API name:runtime_mappings -
scriptFields
API name:script_fields -
scrollSize
public final int scrollSize()Required - API name:scroll_size -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPutDatafeedResponseDeserializer
protected static void setupPutDatafeedResponseDeserializer(ObjectDeserializer<PutDatafeedResponse.Builder> op)
-