Class PipelineConfig
java.lang.Object
co.elastic.clients.elasticsearch.ingest.PipelineConfig
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PipelineConfig>Json deserializer forPipelineConfig
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringDescription of the ingest pipeline.static PipelineConfigRequired - Processors used to perform transformations on documents before indexing.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Longversion()Version number used by external systems to track ingest pipelines.
- 
Field Details- 
_DESERIALIZERJson deserializer forPipelineConfig
 
- 
- 
Method Details- 
of
- 
descriptionDescription of the ingest pipeline.API name: description
- 
versionVersion number used by external systems to track ingest pipelines.API name: version
- 
processorsRequired - Processors used to perform transformations on documents before indexing. Processors run sequentially in the order specified.API name: processors
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupPipelineConfigDeserializerprotected static void setupPipelineConfigDeserializer(ObjectDeserializer<PipelineConfig.Builder> op) 
 
-