Class CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty
An implementation for
CfnKnowledgeBasePropsMixin.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.cfnpropertymixins.services.bedrock.CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty
CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty.Builder, CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnKnowledgeBasePropsMixin.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 ObjectgetAudio()Configuration settings for processing audio content in multimodal knowledge bases.final 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 ObjectgetVideo()Configuration settings for processing video content in multimodal knowledge bases.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
protected Jsii$Proxy(CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty.Builder.
-
-
Method Details
-
getAudio
Description copied from interface:CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationPropertyConfiguration settings for processing audio content in multimodal knowledge bases.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnKnowledgeBasePropsMixin.AudioConfigurationProperty>- Specified by:
getAudioin interfaceCfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty- See Also:
-
getDimensions
Description copied from interface:CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationPropertyThe dimensions details for the vector configuration used on the Bedrock embeddings model.- Specified by:
getDimensionsin interfaceCfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty- See Also:
-
getEmbeddingDataType
Description copied from interface:CfnKnowledgeBasePropsMixin.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 interfaceCfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationProperty- See Also:
-
getVideo
Description copied from interface:CfnKnowledgeBasePropsMixin.BedrockEmbeddingModelConfigurationPropertyConfiguration settings for processing video content in multimodal knowledge bases.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnKnowledgeBasePropsMixin.VideoConfigurationProperty>- Specified by:
getVideoin interfaceCfnKnowledgeBasePropsMixin.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()
-