Class DataframeAnalyticsDestination
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeAnalyticsDestination
- All Implemented Interfaces:
- JsonpSerializable
@JsonpDeserializable
public class DataframeAnalyticsDestination
extends Object
implements JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataframeAnalyticsDestination>Json deserializer forDataframeAnalyticsDestination
- 
Method SummaryModifier and TypeMethodDescriptionfinal Stringindex()Required - Defines the destination index to store the results of the data frame analytics job.final StringDefines the name of the field in which to store the results of the analysis.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupDataframeAnalyticsDestinationDeserializer(ObjectDeserializer<DataframeAnalyticsDestination.Builder> op) toString()
- 
Field Details- 
_DESERIALIZERJson deserializer forDataframeAnalyticsDestination
 
- 
- 
Method Details- 
of
- 
indexRequired - Defines the destination index to store the results of the data frame analytics job.API name: index
- 
resultsFieldDefines the name of the field in which to store the results of the analysis. Defaults toml.API name: results_field
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupDataframeAnalyticsDestinationDeserializerprotected static void setupDataframeAnalyticsDestinationDeserializer(ObjectDeserializer<DataframeAnalyticsDestination.Builder> op) 
 
-