Class TrainedModelLocationIndex
java.lang.Object
co.elastic.clients.elasticsearch.ml.TrainedModelLocationIndex
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class TrainedModelLocationIndex
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TrainedModelLocationIndex>Json deserializer forTrainedModelLocationIndex -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringname()Required - API name:namestatic TrainedModelLocationIndexvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupTrainedModelLocationIndexDeserializer(ObjectDeserializer<TrainedModelLocationIndex.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTrainedModelLocationIndex
-
-
Method Details
-
of
public static TrainedModelLocationIndex of(Function<TrainedModelLocationIndex.Builder, ObjectBuilder<TrainedModelLocationIndex>> fn) -
name
Required - API name:name -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTrainedModelLocationIndexDeserializer
protected static void setupTrainedModelLocationIndexDeserializer(ObjectDeserializer<TrainedModelLocationIndex.Builder> op)
-