Class CfnIndex.MethodProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchserverless.CfnIndex.MethodProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIndex.MethodProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndex.MethodProperty
@Stability(Stable)
@Internal
public static final class CfnIndex.MethodProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIndex.MethodProperty
An implementation for
CfnIndex.MethodProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchserverless.CfnIndex.MethodProperty
CfnIndex.MethodProperty.Builder, CfnIndex.MethodProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIndex.MethodProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe k-NN search engine to use.final StringgetName()The algorithm name for k-NN search.final ObjectAdditional parameters for the k-NN algorithm.final StringThe distance function used for k-NN search.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnIndex.MethodProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnIndex.MethodPropertyThe algorithm name for k-NN search.- Specified by:
getNamein interfaceCfnIndex.MethodProperty- See Also:
-
getEngine
Description copied from interface:CfnIndex.MethodPropertyThe k-NN search engine to use.- Specified by:
getEnginein interfaceCfnIndex.MethodProperty- See Also:
-
getParameters
Description copied from interface:CfnIndex.MethodPropertyAdditional parameters for the k-NN algorithm.Returns union: either
IResolvableorCfnIndex.ParametersProperty- Specified by:
getParametersin interfaceCfnIndex.MethodProperty- See Also:
-
getSpaceType
Description copied from interface:CfnIndex.MethodPropertyThe distance function used for k-NN search.- Specified by:
getSpaceTypein interfaceCfnIndex.MethodProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-