Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.Variant
Packages that use Variant
-
Uses of Variant in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type VariantModifier and TypeMethodDescriptionCreateAbTestRequest.variants()The list of variants for the A/B test.GetAbTestResponse.variants()The list of variants in the A/B test.UpdateAbTestRequest.variants()The updated list of variants.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type VariantModifier and TypeMethodDescriptionThe list of variants for the A/B test.The list of variants in the A/B test.The updated list of variants.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type VariantModifier and TypeMethodDescriptionCreateAbTestRequest.Builder.variants(Collection<Variant> variants) The list of variants for the A/B test.GetAbTestResponse.Builder.variants(Collection<Variant> variants) The list of variants in the A/B test.UpdateAbTestRequest.Builder.variants(Collection<Variant> variants) The updated list of variants.