Interface ScoreAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScoreAttributes.Builder,ScoreAttributes>,SdkBuilder<ScoreAttributes.Builder,ScoreAttributes>,SdkPojo
- Enclosing class:
- ScoreAttributes
public static interface ScoreAttributes.Builder extends SdkPojo, CopyableBuilder<ScoreAttributes.Builder,ScoreAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScoreAttributes.BuilderscoreConfidence(String scoreConfidence)A relative ranking for how relevant the response is to the query.ScoreAttributes.BuilderscoreConfidence(ScoreConfidence scoreConfidence)A relative ranking for how relevant the response is to the query.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
scoreConfidence
ScoreAttributes.Builder scoreConfidence(String scoreConfidence)
A relative ranking for how relevant the response is to the query.
- Parameters:
scoreConfidence- A relative ranking for how relevant the response is to the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScoreConfidence,ScoreConfidence
-
scoreConfidence
ScoreAttributes.Builder scoreConfidence(ScoreConfidence scoreConfidence)
A relative ranking for how relevant the response is to the query.
- Parameters:
scoreConfidence- A relative ranking for how relevant the response is to the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScoreConfidence,ScoreConfidence
-
-