Class CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty
An implementation for
CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty-
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.BedrockEmbeddingModelConfigurationProperty
CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Builder, CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.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 NumberThe dimensions details for the vector configuration used on the Bedrock embeddings model.final StringThe data type for the vectors when using a model to convert text into vector embeddings.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.BedrockEmbeddingModelConfigurationProperty.Builder.
-
-
Method Details
-
getDimensions
Description copied from interface:CfnKnowledgeBase.BedrockEmbeddingModelConfigurationPropertyThe dimensions details for the vector configuration used on the Bedrock embeddings model.- Specified by:
getDimensionsin interfaceCfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty- See Also:
-
getEmbeddingDataType
Description copied from interface:CfnKnowledgeBase.BedrockEmbeddingModelConfigurationPropertyThe data type for the vectors when using a model to convert text into vector embeddings.The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See Supported embeddings models for information on the available models and their vector data types.
- Specified by:
getEmbeddingDataTypein interfaceCfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty- 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()
-