Uses of Class
software.amazon.awssdk.services.bedrockagent.model.Transformation
Packages that use Transformation
-
Uses of Transformation in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type TransformationModifier and TypeMethodDescriptionfinal List<Transformation>CustomTransformationConfiguration.transformations()A Lambda function that processes documents.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type TransformationModifier and TypeMethodDescriptionCustomTransformationConfiguration.Builder.transformations(Transformation... transformations) A Lambda function that processes documents.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type TransformationModifier and TypeMethodDescriptionCustomTransformationConfiguration.Builder.transformations(Collection<Transformation> transformations) A Lambda function that processes documents.