Class CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
An implementation for
CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
-
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.CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty.Builder, CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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(CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty.Builder
.
-
-
Method Details
-
getModelArn
Description copied from interface:CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
The Amazon Resource Name (ARN) of the foundation model to use for reranking.This model processes the query and search results to determine a more relevant ordering.
- Specified by:
getModelArn
in interfaceCfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
- See Also:
-
getAdditionalModelRequestFields
Description copied from interface:CfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
A list of additional fields to include in the model request during reranking.These fields provide extra context or configuration options specific to the selected foundation model.
- Specified by:
getAdditionalModelRequestFields
in interfaceCfnFlow.VectorSearchBedrockRerankingModelConfigurationProperty
- 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()
-