Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailContentPolicyConfig
-
Packages that use GuardrailContentPolicyConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailContentPolicyConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailContentPolicyConfig Modifier and Type Method Description GuardrailContentPolicyConfigCreateGuardrailRequest. contentPolicyConfig()The content filter policies to configure for the guardrail.GuardrailContentPolicyConfigUpdateGuardrailRequest. contentPolicyConfig()The content policy to configure for the guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailContentPolicyConfig Modifier and Type Method Description CreateGuardrailRequest.BuilderCreateGuardrailRequest.Builder. contentPolicyConfig(GuardrailContentPolicyConfig contentPolicyConfig)The content filter policies to configure for the guardrail.UpdateGuardrailRequest.BuilderUpdateGuardrailRequest.Builder. contentPolicyConfig(GuardrailContentPolicyConfig contentPolicyConfig)The content policy to configure for the guardrail.
-