Interface HallucinationReductionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HallucinationReductionConfiguration.Builder,
,HallucinationReductionConfiguration> SdkBuilder<HallucinationReductionConfiguration.Builder,
,HallucinationReductionConfiguration> SdkPojo
- Enclosing class:
HallucinationReductionConfiguration
@Mutable
@NotThreadSafe
public static interface HallucinationReductionConfiguration.Builder
extends SdkPojo, CopyableBuilder<HallucinationReductionConfiguration.Builder,HallucinationReductionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionhallucinationReductionControl
(String hallucinationReductionControl) Controls whether hallucination reduction has been enabled or disabled for your application.hallucinationReductionControl
(HallucinationReductionControl hallucinationReductionControl) Controls whether hallucination reduction has been enabled or disabled for your application.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, sdkFieldNameToField, sdkFields
-
Method Details
-
hallucinationReductionControl
HallucinationReductionConfiguration.Builder hallucinationReductionControl(String hallucinationReductionControl) Controls whether hallucination reduction has been enabled or disabled for your application. The default status is
DISABLED
.- Parameters:
hallucinationReductionControl
- Controls whether hallucination reduction has been enabled or disabled for your application. The default status isDISABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hallucinationReductionControl
HallucinationReductionConfiguration.Builder hallucinationReductionControl(HallucinationReductionControl hallucinationReductionControl) Controls whether hallucination reduction has been enabled or disabled for your application. The default status is
DISABLED
.- Parameters:
hallucinationReductionControl
- Controls whether hallucination reduction has been enabled or disabled for your application. The default status isDISABLED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-