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
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<TrainedModelLocationIndex>
Json deserializer forTrainedModelLocationIndex
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
name()
Required - API name:name
static TrainedModelLocationIndex
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupTrainedModelLocationIndexDeserializer
(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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTrainedModelLocationIndexDeserializer
protected static void setupTrainedModelLocationIndexDeserializer(ObjectDeserializer<TrainedModelLocationIndex.Builder> op)
-