Interface CfnEnforcedGuardrailConfiguration.SelectiveContentGuardingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnforcedGuardrailConfiguration.SelectiveContentGuardingProperty.Jsii$Proxy
- Enclosing class:
CfnEnforcedGuardrailConfiguration
@Stability(Stable)
public static interface CfnEnforcedGuardrailConfiguration.SelectiveContentGuardingProperty
extends software.amazon.jsii.JsiiSerializable
Selective content guarding controls for enforced guardrails.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
SelectiveContentGuardingProperty selectiveContentGuardingProperty = SelectiveContentGuardingProperty.builder()
.messages("messages")
.system("system")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnEnforcedGuardrailConfiguration.SelectiveContentGuardingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessages
Selective guarding mode for user messages.- See Also:
-
getSystem
Selective guarding mode for system prompts.- See Also:
-
builder
@Stability(Stable) static CfnEnforcedGuardrailConfiguration.SelectiveContentGuardingProperty.Builder builder()
-