Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.CreateAbTestResponse.Builder
Packages that use CreateAbTestResponse.Builder
-
Uses of CreateAbTestResponse.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return CreateAbTestResponse.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the created A/B test.The unique identifier of the created A/B test.static CreateAbTestResponse.BuilderCreateAbTestResponse.builder()The timestamp when the A/B test was created.CreateAbTestResponse.Builder.executionStatus(String executionStatus) The execution status indicating whether the A/B test is currently running.CreateAbTestResponse.Builder.executionStatus(ABTestExecutionStatus executionStatus) The execution status indicating whether the A/B test is currently running.The name of the A/B test.The status of the A/B test.CreateAbTestResponse.Builder.status(ABTestStatus status) The status of the A/B test.CreateAbTestResponse.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type CreateAbTestResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAbTestResponse.Builder>CreateAbTestResponse.serializableBuilderClass()