Class CreateFeaturesetRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ltr.CreateFeaturesetRequest
- All Implemented Interfaces:
ToCopyableBuilder<CreateFeaturesetRequest.Builder,CreateFeaturesetRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class CreateFeaturesetRequest
extends RequestBase
implements ToCopyableBuilder<CreateFeaturesetRequest.Builder,CreateFeaturesetRequest>
Create or update a 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<CreateFeaturesetRequest, CreateFeaturesetResponse, ErrorResponse> Endpoint "ltr.create_featureset". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()booleaninthashCode()final Stringid()Required - The name of the feature set.static CreateFeaturesetRequestfinal 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.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<CreateFeaturesetRequest,CreateFeaturesetResponse, _ENDPOINTErrorResponse> Endpoint "ltr.create_featureset".
-
-
Method Details
-
of
public static CreateFeaturesetRequest of(Function<CreateFeaturesetRequest.Builder, ObjectBuilder<CreateFeaturesetRequest>> fn) -
id
Required - The name of the feature set.API name:
id -
routing
Specific routing value.API name:
routing -
store
The name of the feature store.API name:
store -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateFeaturesetRequest.Builder,CreateFeaturesetRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-