Uses of Interface
software.amazon.awssdk.services.bedrock.model.GuardrailContentPolicy.Builder
-
Packages that use GuardrailContentPolicy.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailContentPolicy.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailContentPolicy.Builder Modifier and Type Method Description static GuardrailContentPolicy.BuilderGuardrailContentPolicy. builder()GuardrailContentPolicy.BuilderGuardrailContentPolicy.Builder. filters(Collection<GuardrailContentFilter> filters)Contains the type of the content filter and how strongly it should apply to prompts and model responses.GuardrailContentPolicy.BuilderGuardrailContentPolicy.Builder. filters(Consumer<GuardrailContentFilter.Builder>... filters)Contains the type of the content filter and how strongly it should apply to prompts and model responses.GuardrailContentPolicy.BuilderGuardrailContentPolicy.Builder. filters(GuardrailContentFilter... filters)Contains the type of the content filter and how strongly it should apply to prompts and model responses.GuardrailContentPolicy.BuilderGuardrailContentPolicy. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type GuardrailContentPolicy.Builder Modifier and Type Method Description static Class<? extends GuardrailContentPolicy.Builder>GuardrailContentPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type GuardrailContentPolicy.Builder Modifier and Type Method Description default GetGuardrailResponse.BuilderGetGuardrailResponse.Builder. contentPolicy(Consumer<GuardrailContentPolicy.Builder> contentPolicy)The content policy that was configured for the guardrail.
-