| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Transformation |
Transformation.clone() |
Transformation |
Transformation.withStepToApply(StepType stepToApply)
When the service applies the transformation.
|
Transformation |
Transformation.withStepToApply(String stepToApply)
When the service applies the transformation.
|
Transformation |
Transformation.withTransformationFunction(TransformationFunction transformationFunction)
A Lambda function that processes documents.
|
| Modifier and Type | Method and Description |
|---|---|
List<Transformation> |
CustomTransformationConfiguration.getTransformations()
A Lambda function that processes documents.
|
| Modifier and Type | Method and Description |
|---|---|
CustomTransformationConfiguration |
CustomTransformationConfiguration.withTransformations(Transformation... transformations)
A Lambda function that processes documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomTransformationConfiguration.setTransformations(Collection<Transformation> transformations)
A Lambda function that processes documents.
|
CustomTransformationConfiguration |
CustomTransformationConfiguration.withTransformations(Collection<Transformation> transformations)
A Lambda function that processes documents.
|
Copyright © 2024. All rights reserved.