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