Class SearchFeaturesetsRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ltr.SearchFeaturesetsRequest
- All Implemented Interfaces:
ToCopyableBuilder<SearchFeaturesetsRequest.Builder,SearchFeaturesetsRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class SearchFeaturesetsRequest
extends RequestBase
implements ToCopyableBuilder<SearchFeaturesetsRequest.Builder,SearchFeaturesetsRequest>
Search for feature sets in a 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 TypeFieldDescriptionEndpoint "ltr.search_featuresets". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()booleanfinal Integerfrom()The offset from the first result (for pagination).inthashCode()static SearchFeaturesetsRequestfinal Stringprefix()A name prefix to filter feature sets by.final Integersize()The number of feature sets to return.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<SearchFeaturesetsRequest,SearchFeaturesetsResponse, _ENDPOINTErrorResponse> Endpoint "ltr.search_featuresets".
-
-
Method Details
-
of
public static SearchFeaturesetsRequest of(Function<SearchFeaturesetsRequest.Builder, ObjectBuilder<SearchFeaturesetsRequest>> fn) -
from
The offset from the first result (for pagination).API name:
from -
prefix
A name prefix to filter feature sets by.API name:
prefix -
size
The number of feature sets to return.API name:
size -
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<SearchFeaturesetsRequest.Builder,SearchFeaturesetsRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-