Interface EvaluationContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationContent.Builder,,EvaluationContent> SdkBuilder<EvaluationContent.Builder,,EvaluationContent> SdkPojo
- Enclosing class:
EvaluationContent
@Mutable
@NotThreadSafe
public static interface EvaluationContent.Builder
extends SdkPojo, CopyableBuilder<EvaluationContent.Builder,EvaluationContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe text content of the ground truth data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
text
The text content of the ground truth data. Used for expected response text and assertion statements.
- Parameters:
text- The text content of the ground truth data. Used for expected response text and assertion statements.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-