Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksSensitiveInformationResultEntry.Builder
Packages that use GuardrailChecksSensitiveInformationResultEntry.Builder
-
Uses of GuardrailChecksSensitiveInformationResultEntry.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailChecksSensitiveInformationResultEntry.BuilderModifier and TypeMethodDescriptionGuardrailChecksSensitiveInformationResultEntry.Builder.beginOffset(Integer beginOffset) The start character offset of the detected entity within the content block.GuardrailChecksSensitiveInformationResultEntry.builder()GuardrailChecksSensitiveInformationResultEntry.Builder.confidenceScore(Double confidenceScore) The confidence score for the detection, ranging from 0.0 to 1.0.GuardrailChecksSensitiveInformationResultEntry.Builder.contentIndex(Integer contentIndex) The zero-based index of the content block within the message where the entity was detected.The end character offset of the detected entity within the content block.GuardrailChecksSensitiveInformationResultEntry.Builder.messageIndex(Integer messageIndex) The zero-based index of the message in the input messages array where the entity was detected.GuardrailChecksSensitiveInformationResultEntry.toBuilder()The PII entity type that was detected.GuardrailChecksSensitiveInformationResultEntry.Builder.type(GuardrailChecksSensitiveInformationEntityType type) The PII entity type that was detected.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailChecksSensitiveInformationResultEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GuardrailChecksSensitiveInformationResultEntry.Builder>GuardrailChecksSensitiveInformationResultEntry.serializableBuilderClass()