Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.GetAbTestResponse
Packages that use GetAbTestResponse
Package
Description
Welcome to the Amazon Bedrock AgentCore Data Plane API reference.
-
Uses of GetAbTestResponse in software.amazon.awssdk.services.bedrockagentcore
Methods in software.amazon.awssdk.services.bedrockagentcore that return GetAbTestResponseModifier and TypeMethodDescriptiondefault GetAbTestResponseBedrockAgentCoreClient.getABTest(Consumer<GetAbTestRequest.Builder> getAbTestRequest) Retrieves detailed information about an A/B test, including its configuration, status, and statistical results.default GetAbTestResponseBedrockAgentCoreClient.getABTest(GetAbTestRequest getAbTestRequest) Retrieves detailed information about an A/B test, including its configuration, status, and statistical results.Methods in software.amazon.awssdk.services.bedrockagentcore that return types with arguments of type GetAbTestResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetAbTestResponse>BedrockAgentCoreAsyncClient.getABTest(Consumer<GetAbTestRequest.Builder> getAbTestRequest) Retrieves detailed information about an A/B test, including its configuration, status, and statistical results.default CompletableFuture<GetAbTestResponse>BedrockAgentCoreAsyncClient.getABTest(GetAbTestRequest getAbTestRequest) Retrieves detailed information about an A/B test, including its configuration, status, and statistical results.