Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.GetAbTestResponse.Builder
Packages that use GetAbTestResponse.Builder
-
Uses of GetAbTestResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return GetAbTestResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the A/B test.The unique identifier of the A/B test.static GetAbTestResponse.BuilderGetAbTestResponse.builder()The timestamp when the A/B test was created.GetAbTestResponse.Builder.currentRunId(String currentRunId) The identifier of the current run of the A/B test.GetAbTestResponse.Builder.description(String description) The description of the A/B test.GetAbTestResponse.Builder.errorDetails(String... errorDetails) The error details if the A/B test encountered failures.GetAbTestResponse.Builder.errorDetails(Collection<String> errorDetails) The error details if the A/B test encountered failures.default GetAbTestResponse.BuilderGetAbTestResponse.Builder.evaluationConfig(Consumer<ABTestEvaluationConfig.Builder> evaluationConfig) The evaluation configuration for measuring variant performance.GetAbTestResponse.Builder.evaluationConfig(ABTestEvaluationConfig evaluationConfig) The evaluation configuration for measuring variant performance.GetAbTestResponse.Builder.executionStatus(String executionStatus) The execution status indicating whether the A/B test is currently running.GetAbTestResponse.Builder.executionStatus(ABTestExecutionStatus executionStatus) The execution status indicating whether the A/B test is currently running.GetAbTestResponse.Builder.gatewayArn(String gatewayArn) The Amazon Resource Name (ARN) of the gateway used for traffic splitting.default GetAbTestResponse.BuilderGetAbTestResponse.Builder.gatewayFilter(Consumer<GatewayFilter.Builder> gatewayFilter) The gateway filter restricting which target paths are included.GetAbTestResponse.Builder.gatewayFilter(GatewayFilter gatewayFilter) The gateway filter restricting which target paths are included.GetAbTestResponse.Builder.maxDurationExpiresAt(Instant maxDurationExpiresAt) The timestamp when the A/B test will automatically expire.The name of the A/B test.default GetAbTestResponse.BuilderGetAbTestResponse.Builder.results(Consumer<ABTestResults.Builder> results) The statistical results of the A/B test, including per-evaluator metrics and significance analysis.GetAbTestResponse.Builder.results(ABTestResults results) The statistical results of the A/B test, including per-evaluator metrics and significance analysis.The IAM role ARN used by the A/B test.The timestamp when the A/B test was started.The current status of the A/B test.GetAbTestResponse.Builder.status(ABTestStatus status) The current status of the A/B test.The timestamp when the A/B test was stopped.GetAbTestResponse.toBuilder()The timestamp when the A/B test was last updated.GetAbTestResponse.Builder.variants(Collection<Variant> variants) The list of variants in the A/B test.GetAbTestResponse.Builder.variants(Consumer<Variant.Builder>... variants) The list of variants in the A/B test.The list of variants in the A/B test.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type GetAbTestResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetAbTestResponse.Builder>GetAbTestResponse.serializableBuilderClass()