Class TrainedModelLocation
java.lang.Object
co.elastic.clients.elasticsearch.ml.TrainedModelLocation
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TrainedModelLocation>Json deserializer forTrainedModelLocation -
Method Summary
Modifier and TypeMethodDescriptionindex()Required - API name:indexstatic TrainedModelLocationvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTrainedModelLocation
-
-
Method Details
-
of
public static TrainedModelLocation of(Function<TrainedModelLocation.Builder, ObjectBuilder<TrainedModelLocation>> fn) -
index
Required - API name:index -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTrainedModelLocationDeserializer
protected static void setupTrainedModelLocationDeserializer(ObjectDeserializer<TrainedModelLocation.Builder> op)
-