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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty
CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Builder, CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The dimensions details for the vector configuration used on the Bedrock embeddings model.final String
The data type for the vectors when using a model to convert text into vector embeddings.final int
hashCode()
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.BedrockEmbeddingModelConfigurationProperty
The dimensions details for the vector configuration used on the Bedrock embeddings model.- Specified by:
getDimensions
in interfaceCfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty
- See Also:
-
getEmbeddingDataType
Description copied from interface:CfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty
The 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:
getEmbeddingDataType
in interfaceCfnKnowledgeBase.BedrockEmbeddingModelConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-