Class PutAnthropicResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch.inference.InferenceEndpoint.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch.inference.InferenceEndpointInfoAnthropic.AbstractBuilder<PutAnthropicResponse.Builder>
co.elastic.clients.elasticsearch.inference.PutAnthropicResponse.Builder
- All Implemented Interfaces:
WithJson<PutAnthropicResponse.Builder>,ObjectBuilder<PutAnthropicResponse>
- Enclosing class:
- PutAnthropicResponse
public static class PutAnthropicResponse.Builder
extends InferenceEndpointInfoAnthropic.AbstractBuilder<PutAnthropicResponse.Builder>
implements ObjectBuilder<PutAnthropicResponse>
Builder for
PutAnthropicResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aPutAnthropicResponse.protected PutAnthropicResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.inference.InferenceEndpointInfoAnthropic.AbstractBuilder
inferenceId, taskTypeMethods inherited from class co.elastic.clients.elasticsearch.inference.InferenceEndpoint.AbstractBuilder
chunkingSettings, chunkingSettings, service, serviceSettings, taskSettingsMethods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classInferenceEndpoint.AbstractBuilder<PutAnthropicResponse.Builder>
-
build
Builds aPutAnthropicResponse.- Specified by:
buildin interfaceObjectBuilder<PutAnthropicResponse>- Throws:
NullPointerException- if some of the required fields are null.
-