Class CfnKnowledgeBase.S3VectorsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.S3VectorsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.S3VectorsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.S3VectorsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBase.S3VectorsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBase.S3VectorsConfigurationProperty
An implementation for
CfnKnowledgeBase.S3VectorsConfigurationProperty-
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.bedrock.CfnKnowledgeBase.S3VectorsConfigurationProperty
CfnKnowledgeBase.S3VectorsConfigurationProperty.Builder, CfnKnowledgeBase.S3VectorsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.S3VectorsConfigurationProperty.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 Amazon Resource Name (ARN) of the vector index used for the knowledge base.final StringThe name of the vector index used for the knowledge base.final StringThe Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored.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 theCfnKnowledgeBase.S3VectorsConfigurationProperty.Builder.
-
-
Method Details
-
getIndexArn
Description copied from interface:CfnKnowledgeBase.S3VectorsConfigurationPropertyThe Amazon Resource Name (ARN) of the vector index used for the knowledge base.This ARN identifies the specific vector index resource within Amazon Bedrock.
- Specified by:
getIndexArnin interfaceCfnKnowledgeBase.S3VectorsConfigurationProperty- See Also:
-
getIndexName
Description copied from interface:CfnKnowledgeBase.S3VectorsConfigurationPropertyThe name of the vector index used for the knowledge base.This name identifies the vector index within the Amazon Bedrock service.
- Specified by:
getIndexNamein interfaceCfnKnowledgeBase.S3VectorsConfigurationProperty- See Also:
-
getVectorBucketArn
Description copied from interface:CfnKnowledgeBase.S3VectorsConfigurationPropertyThe Amazon Resource Name (ARN) of the S3 bucket where vector embeddings are stored.This bucket contains the vector data used by the knowledge base.
- Specified by:
getVectorBucketArnin interfaceCfnKnowledgeBase.S3VectorsConfigurationProperty- 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()
-