Class CfnDataSource.VectorIngestionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataSource.VectorIngestionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.VectorIngestionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.VectorIngestionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.VectorIngestionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.VectorIngestionConfigurationProperty
An implementation for
CfnDataSource.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.services.bedrock.CfnDataSource.VectorIngestionConfigurationProperty
CfnDataSource.VectorIngestionConfigurationProperty.Builder, CfnDataSource.VectorIngestionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.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 theCfnDataSource.VectorIngestionConfigurationProperty.Builder.
-
-
Method Details
-
getChunkingConfiguration
Description copied from interface:CfnDataSource.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
IResolvableorCfnDataSource.ChunkingConfigurationProperty- Specified by:
getChunkingConfigurationin interfaceCfnDataSource.VectorIngestionConfigurationProperty- See Also:
-
getContextEnrichmentConfiguration
Description copied from interface:CfnDataSource.VectorIngestionConfigurationPropertyThe context enrichment configuration used for ingestion of the data into the vector store.Returns union: either
IResolvableorCfnDataSource.ContextEnrichmentConfigurationProperty- Specified by:
getContextEnrichmentConfigurationin interfaceCfnDataSource.VectorIngestionConfigurationProperty- See Also:
-
getCustomTransformationConfiguration
Description copied from interface:CfnDataSource.VectorIngestionConfigurationPropertyA custom document transformer for parsed data source documents.Returns union: either
IResolvableorCfnDataSource.CustomTransformationConfigurationProperty- Specified by:
getCustomTransformationConfigurationin interfaceCfnDataSource.VectorIngestionConfigurationProperty- See Also:
-
getParsingConfiguration
Description copied from interface:CfnDataSource.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
IResolvableorCfnDataSource.ParsingConfigurationProperty- Specified by:
getParsingConfigurationin interfaceCfnDataSource.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()
-