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