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 Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataframeAnalyticsDestination>Json deserializer forDataframeAnalyticsDestination -
Method Summary
Modifier 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
-
_DESERIALIZER
Json deserializer forDataframeAnalyticsDestination
-
-
Method Details
-
of
-
index
Required - Defines the destination index to store the results of the data frame analytics job.API name:
index -
resultsField
Defines the name of the field in which to store the results of the analysis. Defaults toml.API name:
results_field -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataframeAnalyticsDestinationDeserializer
protected static void setupDataframeAnalyticsDestinationDeserializer(ObjectDeserializer<DataframeAnalyticsDestination.Builder> op)
-