Agent Data Source Vector Ingestion Configuration Custom Transformation Configuration Transformation
data class AgentDataSourceVectorIngestionConfigurationCustomTransformationConfigurationTransformation(val stepToApply: String, val transformationFunction: AgentDataSourceVectorIngestionConfigurationCustomTransformationConfigurationTransformationTransformationFunction? = null)
Constructors
Link copied to clipboard
constructor(stepToApply: String, transformationFunction: AgentDataSourceVectorIngestionConfigurationCustomTransformationConfigurationTransformationTransformationFunction? = null)
Properties
Link copied to clipboard
When the service applies the transformation. Currently only POST_CHUNKING
is supported.
Link copied to clipboard
val transformationFunction: AgentDataSourceVectorIngestionConfigurationCustomTransformationConfigurationTransformationTransformationFunction? = null
The lambda function that processes documents.