Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.ABTestStatus
Packages that use ABTestStatus
-
Uses of ABTestStatus in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ABTestStatusModifier and TypeMethodDescriptionstatic ABTestStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ABTestStatusABTestSummary.status()The current status of the A/B test.final ABTestStatusCreateAbTestResponse.status()The status of the A/B test.final ABTestStatusDeleteAbTestResponse.status()The status of the A/B test deletion operation.final ABTestStatusGetAbTestResponse.status()The current status of the A/B test.final ABTestStatusUpdateAbTestResponse.status()The status of the A/B test.static ABTestStatusReturns the enum constant of this type with the specified name.static ABTestStatus[]ABTestStatus.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 ABTestStatusMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ABTestStatusModifier and TypeMethodDescriptionABTestSummary.Builder.status(ABTestStatus status) The current status of the A/B test.CreateAbTestResponse.Builder.status(ABTestStatus status) The status of the A/B test.DeleteAbTestResponse.Builder.status(ABTestStatus status) The status of the A/B test deletion operation.GetAbTestResponse.Builder.status(ABTestStatus status) The current status of the A/B test.UpdateAbTestResponse.Builder.status(ABTestStatus status) The status of the A/B test.