Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GuardrailConfiguration
Packages that use GuardrailConfiguration
-
Uses of GuardrailConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return GuardrailConfigurationModifier and TypeMethodDescriptionfinal GuardrailConfigurationAgent.guardrailConfiguration()Details about the guardrail associated with the agent.final GuardrailConfigurationAgentSummary.guardrailConfiguration()Details about the guardrail associated with the agent.final GuardrailConfigurationAgentVersion.guardrailConfiguration()Details about the guardrail associated with the agent.final GuardrailConfigurationAgentVersionSummary.guardrailConfiguration()Details about the guardrail associated with the agent.final GuardrailConfigurationCreateAgentRequest.guardrailConfiguration()The unique Guardrail configuration assigned to the agent when it is created.final GuardrailConfigurationKnowledgeBaseFlowNodeConfiguration.guardrailConfiguration()Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.final GuardrailConfigurationPromptFlowNodeConfiguration.guardrailConfiguration()Contains configurations for a guardrail to apply to the prompt in this node and the response generated from it.final GuardrailConfigurationUpdateAgentRequest.guardrailConfiguration()The unique Guardrail configuration assigned to the agent when it is updated.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type GuardrailConfigurationModifier and TypeMethodDescriptionAgent.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Details about the guardrail associated with the agent.AgentSummary.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Details about the guardrail associated with the agent.AgentVersion.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Details about the guardrail associated with the agent.AgentVersionSummary.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Details about the guardrail associated with the agent.CreateAgentRequest.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) The unique Guardrail configuration assigned to the agent when it is created.KnowledgeBaseFlowNodeConfiguration.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.PromptFlowNodeConfiguration.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) Contains configurations for a guardrail to apply to the prompt in this node and the response generated from it.UpdateAgentRequest.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) The unique Guardrail configuration assigned to the agent when it is updated.