Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.GuardrailCoverage
-
Packages that use GuardrailCoverage Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of GuardrailCoverage in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailCoverage Modifier and Type Method Description GuardrailCoverageApplyGuardrailResponse. guardrailCoverage()The guardrail coverage details in the apply guardrail response.GuardrailCoverageGuardrailInvocationMetrics. guardrailCoverage()The coverage details for the guardrail invocation metrics.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailCoverage Modifier and Type Method Description ApplyGuardrailResponse.BuilderApplyGuardrailResponse.Builder. guardrailCoverage(GuardrailCoverage guardrailCoverage)The guardrail coverage details in the apply guardrail response.GuardrailInvocationMetrics.BuilderGuardrailInvocationMetrics.Builder. guardrailCoverage(GuardrailCoverage guardrailCoverage)The coverage details for the guardrail invocation metrics.
-