Class BedrockFoundationModelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.alpha.BedrockFoundationModelProps.Jsii$Proxy
- All Implemented Interfaces:
BedrockFoundationModelProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BedrockFoundationModelProps
@Stability(Experimental)
@Internal
public static final class BedrockFoundationModelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BedrockFoundationModelProps
An implementation for
BedrockFoundationModelProps-
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.alpha.BedrockFoundationModelProps
BedrockFoundationModelProps.Builder, BedrockFoundationModelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBedrockFoundationModelProps.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 Boolean(experimental) https://docs.aws.amazon.com/bedrock/latest/userguide/model-lifecycle.html A version is marked Legacy when there is a more recent version which provides superior performance.final Boolean(experimental) Currently, some of the offered models are optimized with prompts/parsers fine-tuned for integrating with the agents architecture.final List<VectorType> (experimental) Embeddings models have different supported vector types.final Boolean(experimental) Bedrock Agents can use this model.final Boolean(experimental) Can be used with a Cross-Region Inference Profile.final Boolean(experimental) Bedrock Knowledge Base can use this model.final Number(experimental) Embedding models have different vector dimensions.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 theBedrockFoundationModelProps.Builder.
-
-
Method Details
-
getLegacy
Description copied from interface:BedrockFoundationModelProps(experimental) https://docs.aws.amazon.com/bedrock/latest/userguide/model-lifecycle.html A version is marked Legacy when there is a more recent version which provides superior performance. Amazon Bedrock sets an EOL date for Legacy versions.Default: - false
- Specified by:
getLegacyin interfaceBedrockFoundationModelProps
-
getOptimizedForAgents
Description copied from interface:BedrockFoundationModelProps(experimental) Currently, some of the offered models are optimized with prompts/parsers fine-tuned for integrating with the agents architecture.When true, the model has been specifically optimized for agent interactions.
Default: - false
- Specified by:
getOptimizedForAgentsin interfaceBedrockFoundationModelProps
-
getSupportedVectorType
Description copied from interface:BedrockFoundationModelProps(experimental) Embeddings models have different supported vector types.Defines whether the model supports floating-point or binary vectors.
Default: - undefined
- Specified by:
getSupportedVectorTypein interfaceBedrockFoundationModelProps
-
getSupportsAgents
Description copied from interface:BedrockFoundationModelProps(experimental) Bedrock Agents can use this model.When true, the model can be used with Bedrock Agents for automated task execution.
Default: - false
- Specified by:
getSupportsAgentsin interfaceBedrockFoundationModelProps
-
getSupportsCrossRegion
Description copied from interface:BedrockFoundationModelProps(experimental) Can be used with a Cross-Region Inference Profile.When true, the model supports inference across different AWS regions.
Default: - false
- Specified by:
getSupportsCrossRegionin interfaceBedrockFoundationModelProps
-
getSupportsKnowledgeBase
Description copied from interface:BedrockFoundationModelProps(experimental) Bedrock Knowledge Base can use this model.When true, the model can be used for knowledge base operations.
Default: - false
- Specified by:
getSupportsKnowledgeBasein interfaceBedrockFoundationModelProps
-
getVectorDimensions
Description copied from interface:BedrockFoundationModelProps(experimental) Embedding models have different vector dimensions.Only applicable for embedding models. Defines the dimensionality of the vector embeddings.
Default: - undefined
- Specified by:
getVectorDimensionsin interfaceBedrockFoundationModelProps
-
$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()
-