Class CategorizationAnalyzer
java.lang.Object
co.elastic.clients.elasticsearch.ml.CategorizationAnalyzer
- All Implemented Interfaces:
JsonpSerializable,TaggedUnion<CategorizationAnalyzer.Kind,java.lang.Object>
@JsonpDeserializable public class CategorizationAnalyzer extends java.lang.Object implements TaggedUnion<CategorizationAnalyzer.Kind,java.lang.Object>, JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCategorizationAnalyzer.Builderstatic classCategorizationAnalyzer.Kind -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CategorizationAnalyzer>_DESERIALIZER -
Method Summary
Modifier and Type Method Description java.lang.Object_get()CategorizationAnalyzer.Kind_kind()Get the of the kind of variant held by this object.CategorizationAnalyzerDefinitiondefinition()Get thedefinitionvariant value.booleanisDefinition()Is this variant instance of kinddefinition?booleanisName()Is this variant instance of kindname?java.lang.Stringname()Get thenamevariant value.static CategorizationAnalyzerof(java.util.function.Function<CategorizationAnalyzer.Builder,ObjectBuilder<CategorizationAnalyzer>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
-
-
Method Details
-
_kind
Description copied from interface:TaggedUnionGet the of the kind of variant held by this object.- Specified by:
_kindin interfaceTaggedUnion<CategorizationAnalyzer.Kind,java.lang.Object>- Returns:
- the variant kind
-
_get
public final java.lang.Object _get()- Specified by:
_getin interfaceTaggedUnion<CategorizationAnalyzer.Kind,java.lang.Object>
-
of
public static CategorizationAnalyzer of(java.util.function.Function<CategorizationAnalyzer.Builder,ObjectBuilder<CategorizationAnalyzer>> fn) -
isName
public boolean isName()Is this variant instance of kindname? -
name
public java.lang.String name()Get thenamevariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thenamekind.
-
isDefinition
public boolean isDefinition()Is this variant instance of kinddefinition? -
definition
Get thedefinitionvariant value.- Throws:
java.lang.IllegalStateException- if the current variant is not of thedefinitionkind.
-
serialize
- Specified by:
serializein interfaceJsonpSerializable
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-