Class CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty
An implementation for
CfnKnowledgeBasePropsMixin.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.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty
CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty.Builder, CfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBasePropsMixin.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 theCfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty.Builder.
-
-
Method Details
-
getIndexArn
Description copied from interface:CfnKnowledgeBasePropsMixin.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 interfaceCfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty- See Also:
-
getIndexName
Description copied from interface:CfnKnowledgeBasePropsMixin.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 interfaceCfnKnowledgeBasePropsMixin.S3VectorsConfigurationProperty- See Also:
-
getVectorBucketArn
Description copied from interface:CfnKnowledgeBasePropsMixin.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 interfaceCfnKnowledgeBasePropsMixin.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()
-