Class DeleteInferenceEndpointResult
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
co.elastic.clients.elasticsearch.inference.DeleteInferenceEndpointResult
- All Implemented Interfaces:
AcknowledgedResponse
,JsonpSerializable
- Direct Known Subclasses:
DeleteInferenceResponse
Acknowledged response. For dry_run, contains the list of pipelines which
reference the inference endpoint
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
DeleteInferenceEndpointResult.AbstractBuilder<BuilderT extends DeleteInferenceEndpointResult.AbstractBuilder<BuilderT>>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionRequired - API name:pipelines
protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static <BuilderT extends DeleteInferenceEndpointResult.AbstractBuilder<BuilderT>>
voidMethods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase
acknowledged, serialize, setupAcknowledgedResponseBaseDeserializer, toString
-
Constructor Details
-
DeleteInferenceEndpointResult
-
-
Method Details
-
pipelines
Required - API name:pipelines
-
serializeInternal
- Overrides:
serializeInternal
in classAcknowledgedResponseBase
-
setupDeleteInferenceEndpointResultDeserializer
protected static <BuilderT extends DeleteInferenceEndpointResult.AbstractBuilder<BuilderT>> void setupDeleteInferenceEndpointResultDeserializer(ObjectDeserializer<BuilderT> op)
-