Class GetFeaturesetRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ltr.GetFeaturesetRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetFeaturesetRequest.Builder,GetFeaturesetRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetFeaturesetRequest
extends RequestBase
implements ToCopyableBuilder<GetFeaturesetRequest.Builder,GetFeaturesetRequest>
Get a feature set from 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<GetFeaturesetRequest, GetFeaturesetResponse, ErrorResponse> Endpoint "ltr.get_featureset". -
Method Summary
Modifier and TypeMethodDescriptionstatic GetFeaturesetRequest.Builderbuilder()booleaninthashCode()final Stringid()Required - The name of the feature set.static GetFeaturesetRequestfinal 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
applyQueryParameters, 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
Endpoint "ltr.get_featureset".
-
-
Method Details
-
of
public static GetFeaturesetRequest of(Function<GetFeaturesetRequest.Builder, ObjectBuilder<GetFeaturesetRequest>> fn) -
id
Required - The name of the feature set.API name:
id -
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<GetFeaturesetRequest.Builder,GetFeaturesetRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-