Uses of Interface
software.amazon.awscdk.services.bedrock.alpha.IGuardrail
Packages that use IGuardrail
-
Uses of IGuardrail in software.amazon.awscdk.services.bedrock.alpha
Subinterfaces of IGuardrail in software.amazon.awscdk.services.bedrock.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGuardrail.Classes in software.amazon.awscdk.services.bedrock.alpha that implement IGuardrailModifier and TypeClassDescriptionclass(experimental) Class to create a Guardrail with CDK.class(experimental) Abstract base class for a Guardrail.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.bedrock.alpha that return IGuardrailModifier and TypeMethodDescriptionstatic IGuardrailGuardrail.fromCfnGuardrail(CfnGuardrail cfnGuardrail) (experimental) Import a low-level L1 Cfn Guardrail.static IGuardrailGuardrail.fromGuardrailAttributes(software.constructs.Construct scope, String id, GuardrailAttributes attrs) (experimental) Import a guardrail given its attributes.Agent.getGuardrail()(experimental) The guardrail that will be associated with the agent.default IGuardrailAgentProps.getGuardrail()(experimental) The guardrail that will be associated with the agent.final IGuardrailAgentProps.Jsii$Proxy.getGuardrail()Methods in software.amazon.awscdk.services.bedrock.alpha with parameters of type IGuardrailModifier and TypeMethodDescriptionvoidAgent.addGuardrail(IGuardrail guardrail) (experimental) Add guardrail to the agent.Agent.Builder.guardrail(IGuardrail guardrail) (experimental) The guardrail that will be associated with the agent.AgentProps.Builder.guardrail(IGuardrail guardrail) Sets the value ofAgentProps.getGuardrail()voidAgent.setGuardrail(IGuardrail value) (experimental) The guardrail that will be associated with the agent.