Class CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty-
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.CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty
CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty.Builder, CfnDataSourcePropsMixin.VectorIngestionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.VectorIngestionConfigurationProperty.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 ObjectDetails about how to chunk the documents in the data source.final ObjectThe context enrichment configuration used for ingestion of the data into the vector store.final ObjectA custom document transformer for parsed data source documents.final ObjectConfigurations for a parser to use for parsing documents in your data source.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 theCfnDataSourcePropsMixin.VectorIngestionConfigurationProperty.Builder.
-
-
Method Details
-
getChunkingConfiguration
Description copied from interface:CfnDataSourcePropsMixin.VectorIngestionConfigurationPropertyDetails about how to chunk the documents in the data source.A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried.
Returns union: either
IResolvableorCfnDataSourcePropsMixin.ChunkingConfigurationProperty- Specified by:
getChunkingConfigurationin interfaceCfnDataSourcePropsMixin.VectorIngestionConfigurationProperty- See Also:
-
getContextEnrichmentConfiguration
Description copied from interface:CfnDataSourcePropsMixin.VectorIngestionConfigurationPropertyThe context enrichment configuration used for ingestion of the data into the vector store.Returns union: either
IResolvableorCfnDataSourcePropsMixin.ContextEnrichmentConfigurationProperty- Specified by:
getContextEnrichmentConfigurationin interfaceCfnDataSourcePropsMixin.VectorIngestionConfigurationProperty- See Also:
-
getCustomTransformationConfiguration
Description copied from interface:CfnDataSourcePropsMixin.VectorIngestionConfigurationPropertyA custom document transformer for parsed data source documents.Returns union: either
IResolvableorCfnDataSourcePropsMixin.CustomTransformationConfigurationProperty- Specified by:
getCustomTransformationConfigurationin interfaceCfnDataSourcePropsMixin.VectorIngestionConfigurationProperty- See Also:
-
getParsingConfiguration
Description copied from interface:CfnDataSourcePropsMixin.VectorIngestionConfigurationPropertyConfigurations for a parser to use for parsing documents in your data source.If you exclude this field, the default parser will be used.
Returns union: either
IResolvableorCfnDataSourcePropsMixin.ParsingConfigurationProperty- Specified by:
getParsingConfigurationin interfaceCfnDataSourcePropsMixin.VectorIngestionConfigurationProperty- 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()
-