Class DataframeAnalyticsFieldSelection
java.lang.Object
co.elastic.clients.elasticsearch.ml.DataframeAnalyticsFieldSelection
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class DataframeAnalyticsFieldSelection
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataframeAnalyticsFieldSelection>Json deserializer forDataframeAnalyticsFieldSelection -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe feature type of this field for the analysis.final booleanRequired - Whether the field is selected to be included in the analysis.final booleanRequired - Whether the field is required.Required - The mapping types of the field.final Stringname()Required - The field name.of(Function<DataframeAnalyticsFieldSelection.Builder, ObjectBuilder<DataframeAnalyticsFieldSelection>> fn) final Stringreason()The reason a field is not selected to be included in 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 voidsetupDataframeAnalyticsFieldSelectionDeserializer(ObjectDeserializer<DataframeAnalyticsFieldSelection.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDataframeAnalyticsFieldSelection
-
-
Method Details
-
of
-
isIncluded
public final boolean isIncluded()Required - Whether the field is selected to be included in the analysis.API name:
is_included -
isRequired
public final boolean isRequired()Required - Whether the field is required.API name:
is_required -
featureType
The feature type of this field for the analysis. May be categorical or numerical.API name:
feature_type -
mappingTypes
Required - The mapping types of the field.API name:
mapping_types -
name
Required - The field name.API name:
name -
reason
The reason a field is not selected to be included in the analysis.API name:
reason -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataframeAnalyticsFieldSelectionDeserializer
protected static void setupDataframeAnalyticsFieldSelectionDeserializer(ObjectDeserializer<DataframeAnalyticsFieldSelection.Builder> op)
-