Class AddFeaturesToSetRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ltr.AddFeaturesToSetRequest
- All Implemented Interfaces:
ToCopyableBuilder<AddFeaturesToSetRequest.Builder,AddFeaturesToSetRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class AddFeaturesToSetRequest
extends RequestBase
implements ToCopyableBuilder<AddFeaturesToSetRequest.Builder,AddFeaturesToSetRequest>
Add features to an existing feature set in the default feature store.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<AddFeaturesToSetRequest, AddFeaturesToSetResponse, ErrorResponse> Endpoint "ltr.add_features_to_set". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()booleaninthashCode()final Booleanmerge()Whether to merge the feature list or append only.final Stringname()Required - The name of the feature set to add features to.static AddFeaturesToSetRequestfinal Stringrouting()Specific routing value.final Stringstore()The name of the feature store.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.final Integerversion()Version check to ensure feature set is modified with expected version.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
public static final Endpoint<AddFeaturesToSetRequest,AddFeaturesToSetResponse, _ENDPOINTErrorResponse> Endpoint "ltr.add_features_to_set".
-
-
Method Details
-
of
public static AddFeaturesToSetRequest of(Function<AddFeaturesToSetRequest.Builder, ObjectBuilder<AddFeaturesToSetRequest>> fn) -
merge
Whether to merge the feature list or append only.API name:
merge -
name
Required - The name of the feature set to add features to.API name:
name -
routing
Specific routing value.API name:
routing -
store
The name of the feature store.API name:
store -
version
Version check to ensure feature set is modified with expected version.API name:
version -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<AddFeaturesToSetRequest.Builder,AddFeaturesToSetRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-