Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.HarnessStopReason
Packages that use HarnessStopReason
-
Uses of HarnessStopReason in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessStopReasonModifier and TypeMethodDescriptionstatic HarnessStopReasonUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HarnessStopReasonHarnessMessageStopEvent.stopReason()The reason the agent stopped generating.static HarnessStopReasonReturns the enum constant of this type with the specified name.static HarnessStopReason[]HarnessStopReason.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 HarnessStopReasonMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessStopReasonModifier and TypeMethodDescriptionHarnessMessageStopEvent.Builder.stopReason(HarnessStopReason stopReason) The reason the agent stopped generating.HarnessMessageStopEvent.BuilderImpl.stopReason(HarnessStopReason stopReason)