Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.ABTestExecutionStatus
Packages that use ABTestExecutionStatus
-
Uses of ABTestExecutionStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ABTestExecutionStatusModifier and TypeMethodDescriptionfinal ABTestExecutionStatusABTestSummary.executionStatus()The execution status of the A/B test.final ABTestExecutionStatusCreateAbTestResponse.executionStatus()The execution status indicating whether the A/B test is currently running.final ABTestExecutionStatusGetAbTestResponse.executionStatus()The execution status indicating whether the A/B test is currently running.final ABTestExecutionStatusUpdateAbTestRequest.executionStatus()The updated execution status to enable or disable the A/B test.final ABTestExecutionStatusUpdateAbTestResponse.executionStatus()The execution status of the A/B test.static ABTestExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ABTestExecutionStatusReturns the enum constant of this type with the specified name.static ABTestExecutionStatus[]ABTestExecutionStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ABTestExecutionStatusModifier and TypeMethodDescriptionstatic Set<ABTestExecutionStatus>ABTestExecutionStatus.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ABTestExecutionStatusModifier and TypeMethodDescriptionABTestSummary.Builder.executionStatus(ABTestExecutionStatus executionStatus) The execution status of the A/B test.CreateAbTestResponse.Builder.executionStatus(ABTestExecutionStatus 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.UpdateAbTestRequest.Builder.executionStatus(ABTestExecutionStatus executionStatus) The updated execution status to enable or disable the A/B test.UpdateAbTestResponse.Builder.executionStatus(ABTestExecutionStatus executionStatus) The execution status of the A/B test.