Class GuardrailAssessment
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailAssessment
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GuardrailAssessment.Builder,GuardrailAssessment>
@Generated("software.amazon.awssdk:codegen")
public final class GuardrailAssessment
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<GuardrailAssessment.Builder,GuardrailAssessment>
Assessment details of the content analyzed by Guardrails.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GuardrailAssessment.Builderbuilder()Content policy details of the Guardrail.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()Sensitive Information policy details of Guardrail.static Class<? extends GuardrailAssessment.Builder>Topic policy details of the Guardrail.final StringtoString()Returns a string representation of this object.Word policy details of the Guardrail.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
contentPolicy
Content policy details of the Guardrail.
- Returns:
- Content policy details of the Guardrail.
-
sensitiveInformationPolicy
Sensitive Information policy details of Guardrail.
- Returns:
- Sensitive Information policy details of Guardrail.
-
topicPolicy
Topic policy details of the Guardrail.
- Returns:
- Topic policy details of the Guardrail.
-
wordPolicy
Word policy details of the Guardrail.
- Returns:
- Word policy details of the Guardrail.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GuardrailAssessment.Builder,GuardrailAssessment>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-