Class CfnDataSource.BedrockFoundationModelConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataSource.BedrockFoundationModelConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.BedrockFoundationModelConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.BedrockFoundationModelConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.BedrockFoundationModelConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.BedrockFoundationModelConfigurationProperty
An implementation for
CfnDataSource.BedrockFoundationModelConfigurationProperty
-
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.CfnDataSource.BedrockFoundationModelConfigurationProperty
CfnDataSource.BedrockFoundationModelConfigurationProperty.Builder, CfnDataSource.BedrockFoundationModelConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.BedrockFoundationModelConfigurationProperty.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 String
The ARN of the foundation model or inference profile to use for parsing.final String
Specifies whether to enable parsing of multimodal data, including both text and/or images.final Object
Instructions for interpreting the contents of a document.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 theCfnDataSource.BedrockFoundationModelConfigurationProperty.Builder
.
-
-
Method Details
-
getModelArn
Description copied from interface:CfnDataSource.BedrockFoundationModelConfigurationProperty
The ARN of the foundation model or inference profile to use for parsing.- Specified by:
getModelArn
in interfaceCfnDataSource.BedrockFoundationModelConfigurationProperty
- See Also:
-
getParsingModality
Description copied from interface:CfnDataSource.BedrockFoundationModelConfigurationProperty
Specifies whether to enable parsing of multimodal data, including both text and/or images.- Specified by:
getParsingModality
in interfaceCfnDataSource.BedrockFoundationModelConfigurationProperty
- See Also:
-
getParsingPrompt
Description copied from interface:CfnDataSource.BedrockFoundationModelConfigurationProperty
Instructions for interpreting the contents of a document.- Specified by:
getParsingPrompt
in interfaceCfnDataSource.BedrockFoundationModelConfigurationProperty
- 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()
-