Class CfnIndex.MetadataConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3vectors.CfnIndex.MetadataConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIndex.MetadataConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIndex.MetadataConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIndex.MetadataConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIndex.MetadataConfigurationProperty
An implementation for
CfnIndex.MetadataConfigurationProperty-
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.s3vectors.CfnIndex.MetadataConfigurationProperty
CfnIndex.MetadataConfigurationProperty.Builder, CfnIndex.MetadataConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIndex.MetadataConfigurationProperty.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 booleanNon-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval.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.MetadataConfigurationProperty.Builder.
-
-
Method Details
-
getNonFilterableMetadataKeys
Description copied from interface:CfnIndex.MetadataConfigurationPropertyNon-filterable metadata keys allow you to enrich vectors with additional context during storage and retrieval.Unlike default metadata keys, these keys cannot be used as query filters. Non-filterable metadata keys can be retrieved but cannot be searched, queried, or filtered. You can access non-filterable metadata keys of your vectors after finding the vectors.
- Specified by:
getNonFilterableMetadataKeysin interfaceCfnIndex.MetadataConfigurationProperty- 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()
-