Class MlInferenceTrainedModelsCount
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.MlInferenceTrainedModelsCount
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class MlInferenceTrainedModelsCount
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MlInferenceTrainedModelsCount>Json deserializer forMlInferenceTrainedModelsCount -
Method Summary
Modifier and TypeMethodDescriptionfinal LongAPI name:classificationfinal Longner()API name:nerfinal longother()Required - API name:otherfinal LongAPI name:pass_throughfinal longRequired - API name:prepackagedfinal LongAPI name:regressionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupMlInferenceTrainedModelsCountDeserializer(ObjectDeserializer<MlInferenceTrainedModelsCount.Builder> op) final LongAPI name:text_embeddingtoString()final longtotal()Required - API name:total
-
Field Details
-
_DESERIALIZER
Json deserializer forMlInferenceTrainedModelsCount
-
-
Method Details
-
of
-
total
public final long total()Required - API name:total -
prepackaged
public final long prepackaged()Required - API name:prepackaged -
other
public final long other()Required - API name:other -
passThrough
API name:pass_through -
regression
API name:regression -
classification
API name:classification -
ner
API name:ner -
textEmbedding
API name:text_embedding -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupMlInferenceTrainedModelsCountDeserializer
protected static void setupMlInferenceTrainedModelsCountDeserializer(ObjectDeserializer<MlInferenceTrainedModelsCount.Builder> op)
-